aboutsummaryrefslogtreecommitdiff
path: root/mlir/test/Transforms/test-canonicalize.mlir
AgeCommit message (Expand)AuthorFilesLines
2022-11-03[mlir][Pass] Include anchor op in -pass-pipelinerkayaith1-2/+2
2022-05-18[mlir][Canonicalize] Fix command-line optionsrkayaith1-0/+13
2022-04-20[mlir][NFC] Update textual references of `func` to `func.func` in Transform t...River Riddle1-8/+8
2022-03-16[mlir] Move the Builtin FuncOp to the Func dialectRiver Riddle1-1/+1
2021-10-13[MLIR] Replace std ops with arith dialect opsMogball1-10/+10
2021-07-28[mlir] Set the namespace of the BuiltinDialect to 'builtin'River Riddle1-1/+1
2021-06-16[mlir] Move `memref.dim` canonicalization using `InferShapedTypeOpInterface` ...MaheshRavishankar1-24/+0
2021-05-27[mlir] Support dialect-wide canonicalization pattern registrationMatthias Springer1-1/+9
2021-05-25[Canonicalize] Switch the default setting to "top down".Chris Lattner1-2/+2
2021-03-29[mlir] Enhance InferShapedTypeOpInterface and move LinalgOps to use them.MaheshRavishankar1-0/+24
2021-03-19[testsuite] Make testsuite more stable vs canonicalization change. NFC.Chris Lattner1-0/+19
2021-03-15Revert "[Canonicalizer] Process regions top-down instead of bottom up & reuse...Alex Zinenko1-19/+0
2021-03-14[Canonicalizer] Process regions top-down instead of bottom up & reuse existin...Chris Lattner1-0/+19
2021-02-04Make the folder more robust against op fold() methods that generate a type mi...Mehdi Amini1-4/+15
2020-03-30Add a flag on the context to protect against creation of operations in unregi...Mehdi Amini1-1/+1
2020-02-10[MLIR] Allow non-binary operations to be commutativeStephen Neuendorffer1-0/+16
2019-10-24Convert the Canonicalize and CSE passes to generic Operation Passes.River Riddle1-1/+1
2019-10-09Add test for fix to tablegen for custom folders for ops that return a singleParker Schuh1-0/+8
2019-08-26Support folding of ops with inner ops in GreedyPatternRewriteDriver.Andy Ly1-3/+22
2019-08-06Remove ops in regions/blocks from worklist when parent op is being removed vi...Andy Ly1-0/+10