[PATCH] D43275: [AMDGPU]Increased vector length for global/constant loads.

Stanislav Mekhanoshin via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Feb 14 10:11:05 PST 2018


rampitec added a comment.

Please fix the tests, otherwise looks good.



================
Comment at: test/CodeGen/AMDGPU/load-constant-f32.ll:12
+  %out_ptr.promoted = load float, float addrspace(1)* %out_ptr, align 4
+  %0 = load float, float addrspace(2)* %weights, align 4
+  %add = fadd float %0, %out_ptr.promoted
----------------
Run tests through opt -instnamer. There should be no numeric values.


https://reviews.llvm.org/D43275





More information about the llvm-commits mailing list