[PATCH] D35524: [AMDGPU] Add support for Whole Wavefront Mode
Matt Arsenault via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Aug 2 10:42:29 PDT 2017
arsenm 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
----------------
An -O0 run line would be nice
https://reviews.llvm.org/D35524
More information about the llvm-commits
mailing list