[PATCH] D21622: RFC: AMDGPU/R600: Add implicitarg.ptr intrinsic

Jan Vesely via llvm-commits llvm-commits at lists.llvm.org
Sat Jun 25 19:13:03 PDT 2016


jvesely added a comment.

The problems with dynamic indexing is caused by using the same ID for constant buffer (AS:8) and vtx fetches (AS:7). switching vtx fetches to use vtxid 3 fixes the problem


Repository:
  rL LLVM

http://reviews.llvm.org/D21622





More information about the llvm-commits mailing list