[llvm] [GlobalISel] Introduce `G_POISON` (PR #127825)

Matt Arsenault via llvm-commits llvm-commits at lists.llvm.org
Wed Feb 19 19:01:34 PST 2025


================
@@ -11,3 +11,14 @@ define <4 x i1> @foo() {
 entry:
   ret <4 x i1> undef ;
 }
+
+define <4 x i1> @foo_poison() {
----------------
arsenm wrote:

Better to move this to a more obviously related test file, either an irtranslator-poison.ll or test/CodeGen/GlobalISel/arm64-irtranslator.ll is used as the catch-all 

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


More information about the llvm-commits mailing list