[PATCH] D23286: AMDGPU/SI: Propose to redefine image load/store intrinsics
Tom Stellard via llvm-commits
llvm-commits at lists.llvm.org
Mon Aug 8 20:20:23 PDT 2016
tstellarAMD added inline comments.
================
Comment at: include/llvm/IR/IntrinsicsAMDGPU.td:255
@@ -255,1 +254,3 @@
+ llvm_i1_ty, // lwe(imm)
+ llvm_i1_ty], // da(imm)
[]>;
----------------
arsenm wrote:
> da should not be exposed since it is the mangling of the coordinate type
As far as I know da doesn't impact the coordinate type. Mesa doesn't seem to change anything about the coordinates when setting them.
https://reviews.llvm.org/D23286
More information about the llvm-commits
mailing list