summaryrefslogtreecommitdiff
path: root/mlir/test/lib/IR/TestMatchers.cpp
AgeCommit message (Expand)Author
2023-08-31[mlir] Move FunctionInterfaces to Interfaces directory and inherit from Calla...Martin Erhart
2023-04-11[mlir][matchers] Add m_Op(StringRef) and m_Attr matchersDevajith V S
2022-10-03[mlir] Rename FunctionOpInterface::getBody to getFunctionBodyRiver Riddle
2022-09-29[mlir][arith] Change dialect name from Arithmetic to ArithJakub Kuderski
2022-04-04[mlir] Rework the implementation of TypeIDRiver Riddle
2022-03-08[mlir][test] Generalize a bunch of FuncOp based passes to run on any operatio...River Riddle
2022-03-01[mlir] Rename the Standard dialect to the Func dialectRiver Riddle
2022-01-18[mlir][Pass] Deprecate FunctionPass in favor of OperationPass<FuncOp>River Riddle
2021-12-20Fix clang-tidy issues in mlir/ (NFC)Mehdi Amini
2021-12-08Adjust "end namespace" comment in MLIR to match new agree'd coding styleMehdi Amini
2021-10-13[MLIR] Replace std ops with arith dialect opsMogball
2021-06-16Migrate MLIR test passes to the new registration APIMehdi Amini
2020-11-19[mlir][BuiltinDialect] Resolve comments from D91571River Riddle
2020-11-17[mlir][NFC] Remove references to Module.h and Function.hRiver Riddle
2020-05-19Give helpers internal linkage. NFC.Benjamin Kramer
2020-04-07[mlir][Pass] Remove the use of CRTP from the Pass classesRiver Riddle
2020-02-21Move StandardOps/Ops.h to StandardOps/IR/Ops.hRob Suderman
2020-02-12Remove static registration for dialects, and the "alwayslink" hack for passesMehdi Amini
2020-01-26Mass update the MLIR license header to mention "Part of the LLVM project"Mehdi Amini
2020-01-13[mlir] m_Constant()Lorenzo Chelini
2019-12-23Adjust License.txt file to use the LLVM licenseMehdi Amini
2019-12-09Post-submit cleanups in RecursiveMatchersNicolas Vasilache
2019-12-08Add a layer of recursive matchers that compose.Nicolas Vasilache