summaryrefslogtreecommitdiff
path: root/mlir/lib/Rewrite/ByteCode.cpp
AgeCommit message (Expand)Author
2021-03-16[mlir][PDL] Add support for variadic operands and results in the PDL InterpreterRiver Riddle
2021-03-16[mlir][pdl] Remove CreateNativeOp in favor of a more general ApplyNativeRewri...River Riddle
2021-02-23Fix unused variableFrederik Gossen
2021-02-22[mlir][pdl][NFC] Extract the execution of each bytecode operation into its ow...River Riddle
2021-01-19Fix a few GCC compiler warnings (NFC)Mehdi Amini
2020-12-03[mlir][NFC] Remove Function.h and Module.h in favor of BuiltinOps.hRiver Riddle
2020-12-02[mlir][PDL] Use explicit loop over llvm::find to fix MSVC breakageRiver Riddle
2020-12-01[mlir][PDL] Use .getOperation() when construction SuccessorRange to avoid amb...River Riddle
2020-12-01[mlir][PDL] Add append specialization for ByteCode OpCode to fix GCC5 buildRiver Riddle
2020-12-01[mlir][PDL] Add support for PDL bytecode and expose PDL support to OwningRewr...River Riddle