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) {
157157 p.printRegion (getRegion (),
158158 /* printEntryBlockArgs=*/ false ,
159159 /* printBlockTerminators=*/ true );
160-
161- p.printOptionalAttrDict ((*this )->getAttrs ());
160+ p.printOptionalAttrDict ((*this )->getAttrs (), /* elidedAttrs=*/ {" no_inline" });
162161}
163162
164163LogicalResult ExecuteRegionOp::verify () {
Original file line number Diff line number Diff line change @@ -1479,7 +1479,7 @@ func.func @execute_region_no_inline() {
14791479// CHECK-NEXT: scf.execute_region
14801480// CHECK-NEXT: %[[VAL:.*]] = "test.val"() : () -> i64
14811481// CHECK-NEXT: scf.yield %[[VAL]] : i64
1482- // CHECK-NEXT : }
1482+ // CHECK-NOT : no_inline
14831483
14841484// -----
14851485
You can’t perform that action at this time.
0 commit comments