[PATCH] D22838: AMDGPU/SI: Implement amdgcn image intrinsics

Tom Stellard via llvm-commits llvm-commits at lists.llvm.org
Wed Jul 27 06:14:47 PDT 2016


tstellarAMD added inline comments.

================
Comment at: include/llvm/IR/IntrinsicsAMDGPU.td:198-201
@@ -197,6 +197,3 @@
    llvm_i32_ty,       // dmask(imm)
-   llvm_i1_ty,        // r128(imm)
-   llvm_i1_ty,        // da(imm)
-   llvm_i1_ty,        // glc(imm)
-   llvm_i1_ty],       // slc(imm)
   [IntrReadMem]>;
----------------
Changing this intrinsic will break Mesa, we will need to update Mesa before we can commit this.


https://reviews.llvm.org/D22838





More information about the llvm-commits mailing list