aboutsummaryrefslogtreecommitdiff
path: root/mlir/test/Transforms/canonicalize-block-merge.mlir
AgeCommit message (Expand)AuthorFilesLines
2023-08-09Finish renaming getOperandSegmentSizeAttr() from `operand_segment_sizes` to `...Mehdi Amini1-1/+1
2022-11-03[mlir][Pass] Include anchor op in -pass-pipelinerkayaith1-1/+1
2022-08-12(Reland) [mlir] Switch segment size attributes to DenseI32ArrayAttrJeff Niu1-1/+1
2022-08-12Revert "[mlir] Switch segment size attributes to DenseI32ArrayAttr"Alex Zinenko1-1/+1
2022-08-11[mlir] Switch segment size attributes to DenseI32ArrayAttrJeff Niu1-1/+1
2022-04-20[mlir][NFC] Update textual references of `func` to `func.func` in Transform t...River Riddle1-16/+16
2022-03-21[mlir] Fix block merging with the result of a terminatorMarkus Böck1-0/+24
2022-03-16[mlir] Move the Builtin FuncOp to the Func dialectRiver Riddle1-1/+1
2022-02-06[mlir] Split out a new ControlFlow dialect from StandardRiver Riddle1-27/+27
2022-02-02[mlir] Move SelectOp from Standard to ArithmeticRiver Riddle1-3/+3
2021-10-13[MLIR] Replace std ops with arith dialect opsMogball1-7/+7
2021-07-28[mlir] Set the namespace of the BuiltinDialect to 'builtin'River Riddle1-1/+1
2021-03-15[MLIR] Create memref dialect and move dialect-specific ops from std.Julian Gross1-4/+4
2021-02-18Revert "[MLIR] Create memref dialect and move several dialect-specific ops fr...Alexander Belyaev1-4/+4
2021-02-18[MLIR] Create memref dialect and move several dialect-specific ops from std.Julian Gross1-4/+4
2021-01-14[mlir][OpFormatGen] Format enum attribute cases as keywords when possibleRiver Riddle1-2/+2
2020-11-20[MLIR] Correct block merge bugWilliam S. Moses1-5/+32
2020-10-18[mlir] Add canonicalization for cond_br that feed into a cond_br on the same ...River Riddle1-8/+8
2020-08-26[mlir] Fix bug in block merging when the types of the operands differRiver Riddle1-0/+22
2020-05-13[mlir] Change dialect namespace loop->scfAlex Zinenko1-2/+2
2020-05-04[mlir] Add support for merging identical blocks during canonicalizationRiver Riddle1-0/+204