aboutsummaryrefslogtreecommitdiff
path: root/mlir/test/Transforms/sccp.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-17[mlir] add missing pessimistic settingJacques Pienaar1-1/+16
2022-08-12(Reland) [mlir] Switch segment size attributes to DenseI32ArrayAttrJeff Niu1-2/+1
2022-08-12Revert "[mlir] Switch segment size attributes to DenseI32ArrayAttr"Alex Zinenko1-1/+2
2022-08-11[mlir] Switch segment size attributes to DenseI32ArrayAttrJeff Niu1-2/+1
2022-07-25[mlir] SCCP add missing pessimistic settingJacques Pienaar1-0/+16
2022-04-20[mlir][NFC] Update textual references of `func` to `func.func` in Transform t...River Riddle1-12/+12
2022-04-08[mlir] Add support for operation-produced successor arguments in BranchOpInte...Markus Böck1-0/+18
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-22/+22
2022-02-02[mlir] Move SelectOp from Standard to ArithmeticRiver Riddle1-1/+1
2021-10-13[MLIR] Replace std ops with arith dialect opsMogball1-24/+24
2021-09-22[mlir:DataFlowAnalysis] Reprocess the arguments of already executable edgesRiver Riddle1-0/+20
2021-07-28[mlir] Set the namespace of the BuiltinDialect to 'builtin'River Riddle1-1/+1
2021-01-14[mlir][OpFormatGen] Format enum attribute cases as keywords when possibleRiver Riddle1-1/+1
2020-11-16[MLIR] Extend Symbol verification to reject public symbol declarations.Rahul Joshi1-2/+2
2020-06-04[mlir] Refactor BoolAttr to be a special case of IntegerAttrRiver Riddle1-2/+2
2020-04-21[mlir][Transforms] Add pass to perform sparse conditional constant propagationRiver Riddle1-0/+180