[all-commits] [llvm/llvm-project] 6b4ce5: [PDL] Fix the builders for OperationOp and PatternOp
River Riddle via All-commits
all-commits at lists.llvm.org
Tue Jul 27 17:08:04 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 6b4ce5fd52e03dc2a5dcf0930353c021a48605bb
https://github.com/llvm/llvm-project/commit/6b4ce5fd52e03dc2a5dcf0930353c021a48605bb
Author: River Riddle <riddleriver at gmail.com>
Date: 2021-07-27 (Tue, 27 Jul 2021)
Changed paths:
M mlir/include/mlir/Dialect/PDL/IR/PDLOps.td
M mlir/lib/Dialect/PDL/IR/PDL.cpp
Log Message:
-----------
[PDL] Fix the builders for OperationOp and PatternOp
Commit: 2f7511c82239a11b902dba7ac170668183fdca74
https://github.com/llvm/llvm-project/commit/2f7511c82239a11b902dba7ac170668183fdca74
Author: River Riddle <riddleriver at gmail.com>
Date: 2021-07-27 (Tue, 27 Jul 2021)
Changed paths:
M mlir/include/mlir/Dialect/PDL/IR/PDLOps.td
Log Message:
-----------
[PDL] Mark PatternOp as SingleBlock
This provides access to the SingleBlock accessor methods, e.g. getBody().
Compare: https://github.com/llvm/llvm-project/compare/ec1a49170129...2f7511c82239
More information about the All-commits
mailing list