[PATCH] D17110: AMDGPU: Prepare for reducing private element size.

Tom Stellard via llvm-commits llvm-commits at lists.llvm.org
Thu Feb 11 12:54:30 PST 2016


tstellarAMD added inline comments.

================
Comment at: lib/Target/AMDGPU/SIISelLowering.cpp:1661
@@ +1660,3 @@
+      // Same as global/flat
+      if (NumElements >= 8)
+        return SplitVectorLoad(Op, DAG);
----------------
Shouldn't this be (NumElements >= 4) ?


http://reviews.llvm.org/D17110





More information about the llvm-commits mailing list