[Mlir-commits] [mlir] [mlir][llvm] Drop unreachable basic block during import (PR #78467)
Tobias Gysi
llvmlistbot at llvm.org
Thu Jan 18 12:15:07 PST 2024
================
@@ -47,6 +47,16 @@ define void @undef_constant(i32 %arg0) {
; // -----
+; CHECK-LABEL: @poison_constant
+define void @poison_constant(double %arg0) {
----------------
gysit wrote:
Yes I added it intentionally since it was missing.
https://github.com/llvm/llvm-project/pull/78467
More information about the Mlir-commits
mailing list