summaryrefslogtreecommitdiff
path: root/mlir/test/IR/traits.mlir
AgeCommit message (Expand)Author
2024-07-26[mlir] Add property combinators, initial ODS support (#94732)Krzysztof Drewniak
2024-02-05[mlir][Symbol] Add verification that symbol's parent is a SymbolTable (#80590)Joshua Cao
2023-08-09Finish renaming getOperandSegmentSizeAttr() from `operand_segment_sizes` to `...Mehdi Amini
2023-07-24Update ODS variadic segments "magic" attributes to use native PropertiesMehdi Amini
2023-07-24Revert "Update ODS variadic segments "magic" attributes to use native Propert...Mehdi Amini
2023-07-24Update ODS variadic segments "magic" attributes to use native PropertiesMehdi Amini
2023-05-01Introduce MLIR Op PropertiesMehdi Amini
2023-05-01Revert "Introduce MLIR Op Properties"Mehdi Amini
2023-05-01Introduce MLIR Op PropertiesMehdi Amini
2022-12-21[mlir] Fix SameOperandsAndResultType to check encoding.Jacques Pienaar
2022-08-12(Reland) [mlir] Switch segment size attributes to DenseI32ArrayAttrJeff Niu
2022-08-12Revert "[mlir] Switch segment size attributes to DenseI32ArrayAttr"Alex Zinenko
2022-08-11[mlir] Switch segment size attributes to DenseI32ArrayAttrJeff Niu
2022-04-20[mlir][NFC] Update textual references of `func` to `func.func` in IR/Interfac...River Riddle
2022-03-22[mlir] Printing oilist elementShraiysh Vaishay
2022-03-16[mlir] Move the Builtin FuncOp to the Func dialectRiver Riddle
2022-02-25[mlir] Support verification order (2/3)Chia-hung Duan
2022-02-17[mlir] Added oilist primitiveShraiysh Vaishay
2022-02-06[mlir] Split out a new ControlFlow dialect from StandardRiver Riddle
2021-09-13[mlir] Allows to query traits from types and attributesMathieu Fehr
2021-08-31Add a new interface allowing to set a default dialect to be used for printing...Mehdi Amini
2021-08-23[mlir] Add support for VariadicOfVariadic operandsRiver Riddle
2021-03-23[mlir] verify that operand/result_segment_sizes attributes have i32 elementAlex Zinenko
2021-03-15[MLIR] Allow compatible shapes in `Elementwise` operationsFrederik Gossen
2021-03-11[mlir] Correct verifyCompatibleShapesTres Popp
2020-12-12[mlir] Print bad size in AttrSizedOperandSegmentsBrian Gesiak
2020-12-04[MLIR] Fix parseFunctionLikeOp() to fail parsing empty regionsRahul Joshi
2020-11-16[MLIR] Extend Symbol verification to reject public symbol declarations.Rahul Joshi
2020-11-10[mlir] Add ElementwiseMappable trait and apply it to std elementwise ops.Sean Silva
2020-07-15[MLIR] Add RegionKindInterfaceStephen Neuendorffer
2020-06-16[MLIR] Modify HasParent trait to allow one of several op's as a parentRahul Joshi
2020-03-30Add a flag on the context to protect against creation of operations in unregi...Mehdi Amini
2020-03-12[mlir] Add a new `ConstantLike` trait to better identify operations that repr...River Riddle
2020-01-13[mlir] Add support for attaching a visibility to symbols.River Riddle
2019-12-06minor spelling tweaksKazuaki Ishizaki
2019-12-05Move ModuleManager functionality into mlir::SymbolTable.Tres Popp
2019-11-25Add support for AttrSizedOperandSegments/AttrSizedResultSegmentsLei Zhang
2019-10-31Add a test.symbol_scope operation that has the SymbolTable Traits to the Test...Mehdi Amini
2019-10-10NFC: Cleanup of type checking testsGeoffrey Martin-Noble
2019-10-08Allow dynamic but ranked types in ops with SameOperandsAndResultShape and Sam...Smit Hinsu
2019-10-05Allow element type traits to operate on scalarsGeoffrey Martin-Noble
2019-10-05NFC: Cleanup test ops and traits testsGeoffrey Martin-Noble
2019-10-01Add verification error message for ops that require at least one operand or r...Christian Sigg
2019-08-28Add implementation for tensor_load and tensor_store operations.Stephan Herhut
2019-07-30Fix SingleBlockImplicitTerminator traits to catch empty blocksMehdi Amini
2019-07-30Add a `HasParent` operation trait to enforce a specific parent on an operatio...Mehdi Amini
2019-06-24Split test-specific passes out of mlir-optNicolas Vasilache
2019-06-19Rename -verify mlir-opt flag to -verify-expected-diagnosticsGeoffrey Martin-Noble
2019-06-01 Use TestDialect to test traits instead of unittest.Jacques Pienaar