File tree 1 file changed +2
-2
lines changed
mlir/include/mlir/Dialect/PDL/IR
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -500,7 +500,7 @@ def PDL_ReplaceOp : PDL_Op<"replace", [
500
500
// pdl::ResultOp
501
501
//===----------------------------------------------------------------------===//
502
502
503
- def PDL_ResultOp : PDL_Op<"result"> {
503
+ def PDL_ResultOp : PDL_Op<"result", [NoSideEffect] > {
504
504
let summary = "Extract a result from an operation";
505
505
let description = [{
506
506
`pdl.result` operations extract result edges from an operation node within
@@ -532,7 +532,7 @@ def PDL_ResultOp : PDL_Op<"result"> {
532
532
// pdl::ResultsOp
533
533
//===----------------------------------------------------------------------===//
534
534
535
- def PDL_ResultsOp : PDL_Op<"results"> {
535
+ def PDL_ResultsOp : PDL_Op<"results", [NoSideEffect] > {
536
536
let summary = "Extract a result group from an operation";
537
537
let description = [{
538
538
`pdl.results` operations extract a result group from an operation within a
You can’t perform that action at this time.
0 commit comments