[Mlir-commits] [mlir] [mlir][IR] Send missing notifications when inlining a block (PR #79593)

Jacques Pienaar llvmlistbot at llvm.org
Tue Jan 30 20:25:04 PST 2024


================
@@ -411,8 +411,6 @@ func.func @test_trivially_false_returning_two_results(%arg0: index) -> (index, i
   // CHECK: %[[c13:.*]] = arith.constant 13 : index
   %c7 = arith.constant 7 : index
   %c13 = arith.constant 13 : index
-  // CHECK: %[[c2:.*]] = arith.constant 2 : index
----------------
jpienaar wrote:

Just unnecessary/unrelated to main subject of test?

https://github.com/llvm/llvm-project/pull/79593


More information about the Mlir-commits mailing list