[PATCH] D35524: [AMDGPU] Add support for Whole Wavefront Mode

Connor Abbott via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Aug 2 18:41:43 PDT 2017


cwabbott added inline comments.


================
Comment at: test/CodeGen/AMDGPU/wqm.ll:104
   %src1 = call float @llvm.amdgcn.buffer.load.f32(<4 x i32> undef, i32 %idx1, i32 0, i1 0, i1 0)
   %out = fadd float %src0, %src1
   %out.0 = bitcast float %out to i32
----------------
arsenm wrote:
> An -O0 run line would be nice
I tried adding that, but one of the pre-existing functions in the test assert-fails. Something about it wanting to use scratch with -O0, but it isn't set up correctly. I'd be inclined to punt on this, since it's not related to WWM.


https://reviews.llvm.org/D35524





More information about the llvm-commits mailing list