[llvm] AMDGPU: Use freeze poison instead of undef in alloca promotion (PR #131285)

Carl Ritson via llvm-commits llvm-commits at lists.llvm.org
Fri Mar 14 22:23:50 PDT 2025


================
@@ -170,7 +173,9 @@ entry:
 ; OPT-LABEL: define i64 @ptr_alloca_bitcast
 
 ; GCN-NOT: buffer_
-; GCN: v_mov_b32_e32 v1, 0
+; GCN: s_waitcnt vmcnt(0) expcnt(0) lgkmcnt(0)
+; GCN-NEXT: s_setpc_b64
+
----------------
perlfu wrote:

Because the test is not auto generated it's not really obvious what is happening here.
I assume v1 is not uninitialized at function return?

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


More information about the llvm-commits mailing list