We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 16ee762 commit 99c23caCopy full SHA for 99c23ca
llvm/lib/Target/SPIRV/SPIRVEmitIntrinsics.cpp
@@ -742,8 +742,7 @@ Type *SPIRVEmitIntrinsics::deduceElementTypeHelper(
742
{"__spirv_GenericCastToPtr_ToPrivate", 0},
743
{"__spirv_GenericCastToPtrExplicit_ToGlobal", 0},
744
{"__spirv_GenericCastToPtrExplicit_ToLocal", 0},
745
- {"__spirv_GenericCastToPtrExplicit_ToPrivate", 0},
746
- {"llvm.spv.resource.getpointer", 0}};
+ {"__spirv_GenericCastToPtrExplicit_ToPrivate", 0}};
747
// TODO: maybe improve performance by caching demangled names
748
749
auto *II = dyn_cast<IntrinsicInst>(I);
0 commit comments