[Mlir-commits] [mlir] [MLIR] Fix Liveness analysis handling of unreachable code (PR #153973)
Jacques Pienaar
llvmlistbot at llvm.org
Mon Aug 18 07:03:27 PDT 2025
================
@@ -283,3 +283,23 @@ func.func @test_10_negative() -> (i32) {
%0:2 = func.call @private_1() : () -> (i32, i32)
return %0#0 : i32
}
+
+// -----
+
+// Test that we correctly set a liveness value for operations
----------------
jpienaar wrote:
Reflow?
https://github.com/llvm/llvm-project/pull/153973
More information about the Mlir-commits
mailing list