aboutsummaryrefslogtreecommitdiff
path: root/mlir/test/Rewrite
AgeCommit message (Expand)AuthorFilesLines
2024-03-02Reapply "[mlir][PDL] Add support for native constraints with results (#82760)"Matthias Gehre1-0/+68
2024-03-01Revert "[mlir][PDL] Add support for native constraints with results (#82760)"Matthias Gehre1-68/+0
2024-03-01[mlir][PDL] Add support for native constraints with results (#82760)Matthias Gehre1-0/+68
2023-09-11[MLIR][PDL] Add Bytecode support for negated native constraintsMartin Lücke1-0/+38
2023-08-09Finish renaming getOperandSegmentSizeAttr() from `operand_segment_sizes` to `...Mehdi Amini1-2/+2
2022-11-28[mlir][NFC] Remove trailing whitespaces from `*.td` and `*.mlir` files.Hanhan Wang1-1/+1
2022-11-08[mlir:PDL] Add support for creating ranges in rewritesRiver Riddle1-0/+42
2022-08-12(Reland) [mlir] Switch segment size attributes to DenseI32ArrayAttrJeff Niu1-2/+2
2022-08-12Revert "[mlir] Switch segment size attributes to DenseI32ArrayAttr"Alex Zinenko1-2/+2
2022-08-11[mlir] Switch segment size attributes to DenseI32ArrayAttrJeff Niu1-2/+2
2022-05-01[mlir:PDLInterp] Refactor the implementation of result type inferrenceRiver Riddle1-6/+35
2022-04-06[mlir:PDL] Expand how native constraint/rewrite functions can be definedRiver Riddle1-2/+3
2022-03-19[mlir:PDL] Remove the ConstantParams support from native Constraints/RewritesRiver Riddle1-2/+2
2022-03-15[mlir][PDL] Define a new PDLInterp::FuncOp operation and drop uses of FuncOpRiver Riddle1-77/+77
2021-11-26Introduced iterative bytecode execution.Stanislav Funiak1-0/+271
2021-03-16[mlir][PDL] Add support for variadic operands and results in the PDL byte codeRiver Riddle1-3/+474
2021-03-16[mlir][PDL] Add support for variadic operands and results in the PDL InterpreterRiver Riddle1-23/+23
2021-03-16[mlir][pdl] Remove CreateNativeOp in favor of a more general ApplyNativeRewri...River Riddle1-33/+30
2020-12-01[mlir][PDL] Add support for PDL bytecode and expose PDL support to OwningRewr...River Riddle1-0/+785