aboutsummaryrefslogtreecommitdiff
path: root/mlir/test/Transforms/canonicalize-dce.mlir
AgeCommit message (Expand)AuthorFilesLines
2022-11-03[mlir][Pass] Include anchor op in -pass-pipelinerkayaith1-1/+1
2022-07-19[mlir] Ignore effects on allocated results when checking whether the op is tr...Markus Böck1-0/+14
2022-04-20[mlir][NFC] Update textual references of `func` to `func.func` in Transform t...River Riddle1-11/+11
2022-03-16[mlir] Move the Builtin FuncOp to the Func dialectRiver Riddle1-2/+2
2022-02-06[mlir] Split out a new ControlFlow dialect from StandardRiver Riddle1-10/+10
2021-10-13[MLIR] Replace std ops with arith dialect opsMogball1-4/+4
2021-08-31Add a new interface allowing to set a default dialect to be used for printing...Mehdi Amini1-1/+1
2021-07-28[mlir] Set the namespace of the BuiltinDialect to 'builtin'River Riddle1-1/+1
2021-03-18[mlir] Support use-def cycles in graph regions during regionDCEAndrew Young1-0/+17
2021-02-12[mlir][math] Split off the math dialect.Stephan Herhut1-4/+4
2020-06-12Enable FileCheck -enable-var-scope by default in MLIR testMehdi Amini1-1/+1
2020-05-04[mlir] Add support for merging identical blocks during canonicalizationRiver Riddle1-4/+0
2020-03-30Add a flag on the context to protect against creation of operations in unregi...Mehdi Amini1-1/+1
2020-03-05[mlir] Remove successor operands from the Operation classRiver Riddle1-3/+3
2019-11-20Merge DCE and unreachable block elimination into a new utility 'simplifyRegio...River Riddle1-0/+162