aboutsummaryrefslogtreecommitdiff
path: root/mlir/test/IR/test-matchers.mlir
AgeCommit message (Expand)AuthorFilesLines
2023-04-11[mlir][matchers] Add m_Op(StringRef) and m_Attr matchersDevajith V S1-0/+11
2022-11-03[mlir][Pass] Include anchor op in -pass-pipelinerkayaith1-1/+1
2022-04-20[mlir][NFC] Update textual references of `func` to `func.func` in IR/Interfac...River Riddle1-2/+2
2022-03-16[mlir] Move the Builtin FuncOp to the Func dialectRiver Riddle1-1/+1
2022-03-08[mlir][test] Generalize a bunch of FuncOp based passes to run on any operatio...River Riddle1-1/+1
2021-10-13[MLIR] Replace std ops with arith dialect opsMogball1-10/+10
2020-05-02[mlir] Add a new context flag for disabling/enabling multi-threadingRiver Riddle1-1/+1
2020-01-13[mlir] m_Constant()Lorenzo Chelini1-0/+1
2019-12-09Post-submit cleanups in RecursiveMatchersNicolas Vasilache1-0/+10
2019-12-08Add a layer of recursive matchers that compose.Nicolas Vasilache1-0/+32