We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c166b1f commit 5830289Copy full SHA for 5830289
mlir/test/Transforms/remove-dead-values.mlir
@@ -576,7 +576,7 @@ module @return_void_with_unused_argument {
576
// CHECK-LABEL: func.func @main2
577
// CHECK: %[[UNUSED:.*]] = arith.constant 0 : i32
578
// CHECK: call @public_fn_with_unused_argument(%[[UNUSED]]) : (i32) -> ()
579
- func.func @main2(%arg0: i32) -> () {
+ func.func @main2() -> () {
580
%zero = arith.constant 0 : i32
581
call @public_fn_with_unused_argument(%zero) : (i32) -> ()
582
return
0 commit comments