[llvm] [AMDGPU] Promote nestedGEP allocas to vectors (PR #141199)

Jay Foad via llvm-commits llvm-commits at lists.llvm.org
Wed May 28 09:00:57 PDT 2025


================
@@ -70,7 +70,7 @@ entry:
   store i32 %extra, ptr addrspace(5) %v
   store <2 x i32> %in, ptr addrspace(5) %v1
   %e = getelementptr [2 x i32], ptr addrspace(5) %v1, i32 0, i32 %idx
-  %x = load i32, ptr addrspace(5) %e
+  %x = load volatile i32, ptr addrspace(5) %e
----------------
jayfoad wrote:

What is this change for?

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


More information about the llvm-commits mailing list