aboutsummaryrefslogtreecommitdiff
path: root/mlir/test/IR/invalid.mlir
AgeCommit message (Expand)AuthorFilesLines
2023-05-01Introduce MLIR Op PropertiesMehdi Amini1-5/+0
2023-05-01Revert "Introduce MLIR Op Properties"Mehdi Amini1-0/+5
2023-05-01Introduce MLIR Op PropertiesMehdi Amini1-5/+0
2023-01-12[mlir][AttrType] Emit unbalanced character errors using the last punctuation ...River Riddle1-3/+3
2022-11-28[mlir][NFC] Remove trailing whitespaces from `*.td` and `*.mlir` files.Hanhan Wang1-2/+2
2022-11-16Improve diagnostic when parsing a custom op without registering the dialectMehdi Amini1-0/+8
2022-07-25[mlir][Parser] Fix memory leak when failing to parse a forward declared blockRiver Riddle1-4/+0
2022-07-19[mlir][NFC] Split out various tests from IR/invalid.mlirRiver Riddle1-1004/+2
2022-07-05[mlir:Parser] Don't use strings for the "ugly" form of Attribute/Type syntaxRiver Riddle1-8/+1
2022-07-05[MLIR][Affine] Allow `<=` in IntegerSet constraintsGroverkss1-8/+0
2022-07-03[MLIR][Affine] Allow affine-expr on RHS in IntegerSetGroverkss1-13/+5
2022-06-28Introduce a new Dense Array attributeMehdi Amini1-1/+1
2022-06-28Revert "Introduce a new Dense Array attribute"Mehdi Amini1-1/+1
2022-06-28Introduce a new Dense Array attributeMehdi Amini1-1/+1
2022-05-16[mlir] Remove the `type` keyword from type alias definitionsRiver Riddle1-8/+4
2022-05-13[ParseResult] Fix warning in flang build, incorporate feedback from River.Chris Lattner1-1/+1
2022-05-13[ParseResult] Mark this as LLVM_NODISCARD (like LogicalResult) and fix issues.Chris Lattner1-1/+1
2022-05-11[mlir:Parser] Emit a better diagnostic when a custom operation is unknownRiver Riddle1-1/+8
2022-05-11[AsmParser] Adopt emitWrongTokenError more, improving QoIChris Lattner1-1/+8
2022-05-11[AsmParser] Improve error recovery again.Chris Lattner1-0/+16
2022-05-10[MLIR Parser] Improve QoI for "expected token" errorsChris Lattner1-4/+25
2022-05-06[mlir] Remove special case parsing/printing of `func` operationsRiver Riddle1-1/+1
2022-05-05[mlir] Add a better error message when failing to parse an attributeRiver Riddle1-2/+2
2022-04-20[mlir][NFC] Update remaining textual references of un-namespaced `func` opera...River Riddle1-2/+2
2022-04-20[mlir][NFC] Update textual references of `func` to `func.func` in IR/Interfac...River Riddle1-200/+200
2022-04-18[mlir] Fix two AttributeParser abortsJacques Pienaar1-0/+11
2022-04-15[mlir] Fix verification order of nested ops.Chia-hung Duan1-2/+2
2022-03-23[mlir] Fix emitting an error at EOFMogball1-2/+2
2022-03-16[mlir] Move the Builtin FuncOp to the Func dialectRiver Riddle1-1/+1
2022-03-12[MLIR] Fix block label parsing bugUday Bondhugula1-1/+7
2022-03-11[mlir] Support verification order (3/3)Chia-hung Duan1-2/+1
2022-03-01[mlir] Rename the Standard dialect to the Func dialectRiver Riddle1-3/+3
2022-02-06[mlir] Split out a new ControlFlow dialect from StandardRiver Riddle1-20/+20
2021-12-04[mlir] Allow shape dimensions larger than 2^32River Riddle1-0/+5
2021-11-17[mlir][Vector] First step for 0D vector typeMichal Terepeta1-1/+1
2021-10-19[mlir][RFC] Refactor layout representation in MemRefTypeVladislav Vinogradov1-7/+1
2021-10-13[MLIR] Replace std ops with arith dialect opsMogball1-17/+17
2021-10-02Fix/disable more MLIR tests exposing leaks in ASAN builds (NFC)Mehdi Amini1-0/+3
2021-09-20[OpAsmParser] Add a parseCommaSeparatedList helper and beef up Delimeter.Chris Lattner1-2/+4
2021-09-21[mlir] Tighten verification of SparseElementsAttrRiver Riddle1-1/+7
2021-08-31Add a new interface allowing to set a default dialect to be used for printing...Mehdi Amini1-1/+1
2021-06-16Fix verifier crashing on some invalid IRMehdi Amini1-0/+10
2021-04-12[mlir] introduce "encoding" attribute to tensor typeAart Bik1-0/+6
2021-04-08[mlir] add support for index type in vectors.Tobias Gysi1-5/+1
2021-03-25Define a `NoTerminator` traits that allows operations with a single block reg...Mehdi Amini1-1/+1
2021-03-17[mlir][IR] Support parsing hex float values in the DialectSymbolParserRiver Riddle1-2/+2
2021-03-16[mlir][IR] Move the remaining builtin attributes to ODS.River Riddle1-10/+3
2021-03-15[MLIR] Create memref dialect and move dialect-specific ops from std.Julian Gross1-1/+1
2021-03-10[mlir] Model MemRef memory space as AttributeVladislav Vinogradov1-2/+2
2021-01-14[mlir][OpFormatGen] Format enum attribute cases as keywords when possibleRiver Riddle1-1/+1