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