[Mlir-commits] [mlir] [mlir][llvm] Drop unreachable basic block during import (PR #78467)
Christian Ulmann
llvmlistbot at llvm.org
Thu Jan 18 09:10:24 PST 2024
================
@@ -47,6 +47,16 @@ define void @undef_constant(i32 %arg0) {
; // -----
+; CHECK-LABEL: @poison_constant
+define void @poison_constant(double %arg0) {
----------------
Dinistro wrote:
Nit: This is not really related to the remainder of this PR. Still, we did not test this before, so it might make sense to keep it here?
https://github.com/llvm/llvm-project/pull/78467
More information about the Mlir-commits
mailing list