[clang] [llvm] [NVPTX] Support i256 load/store with 256-bit vector load (PR #155198)

Alex MacLean via llvm-commits llvm-commits at lists.llvm.org
Thu Aug 28 12:08:43 PDT 2025


================
@@ -1506,3 +1506,98 @@ define void @local_volatile_4xdouble(ptr addrspace(5) %a, ptr addrspace(5) %b) {
   store volatile <4 x double> %a.load, ptr addrspace(5) %b
   ret void
 }
+
+define void @test_i256_global(ptr addrspace(1) %a, ptr addrspace(1) %b) {
----------------
AlexMaclean wrote:

I think these tests are present at `@test_i256_generic` and `@generic_4xdouble`. They seem to be both lowered appropriately. 

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


More information about the llvm-commits mailing list