File tree Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -157,8 +157,7 @@ void ExecuteRegionOp::print(OpAsmPrinter &p) {
157
157
p.printRegion (getRegion (),
158
158
/* printEntryBlockArgs=*/ false ,
159
159
/* printBlockTerminators=*/ true );
160
-
161
- p.printOptionalAttrDict ((*this )->getAttrs ());
160
+ p.printOptionalAttrDict ((*this )->getAttrs (), /* elidedAttrs=*/ {" no_inline" });
162
161
}
163
162
164
163
LogicalResult ExecuteRegionOp::verify () {
Original file line number Diff line number Diff line change @@ -1479,7 +1479,7 @@ func.func @execute_region_no_inline() {
1479
1479
// CHECK-NEXT: scf.execute_region
1480
1480
// CHECK-NEXT: %[[VAL:.*]] = "test.val"() : () -> i64
1481
1481
// CHECK-NEXT: scf.yield %[[VAL]] : i64
1482
- // CHECK-NEXT : }
1482
+ // CHECK-NOT : no_inline
1483
1483
1484
1484
// -----
1485
1485
You can’t perform that action at this time.
0 commit comments