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 3c4b8af commit adb1306Copy full SHA for adb1306
llvm/lib/Target/SPIRV/SPIRVEmitIntrinsics.cpp
@@ -741,8 +741,7 @@ Type *SPIRVEmitIntrinsics::deduceElementTypeHelper(
741
{"__spirv_GenericCastToPtr_ToPrivate", 0},
742
{"__spirv_GenericCastToPtrExplicit_ToGlobal", 0},
743
{"__spirv_GenericCastToPtrExplicit_ToLocal", 0},
744
- {"__spirv_GenericCastToPtrExplicit_ToPrivate", 0},
745
- {"llvm.spv.resource.getpointer", 0}};
+ {"__spirv_GenericCastToPtrExplicit_ToPrivate", 0}};
746
// TODO: maybe improve performance by caching demangled names
747
748
auto *II = dyn_cast<IntrinsicInst>(I);
0 commit comments