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 8464bf7 commit 0dbf7ecCopy full SHA for 0dbf7ec
sycl-jit/jit-compiler/lib/translation/SPIRVLLVMTranslation.cpp
@@ -84,9 +84,7 @@ SPIRV::TranslatorOpts &SPIRVLLVMTranslator::translatorOpts() {
84
SPIRV::BIsRepresentation::SPIRVFriendlyIR);
85
TransOpt.setDebugInfoEIS(
86
SPIRV::DebugInfoEIS::NonSemantic_Shader_DebugInfo_200);
87
- const llvm::SmallVector<llvm::StringRef, 4> AllowedIntrinsics = {
88
- "llvm.genx."};
89
- TransOpt.setSPIRVAllowUnknownIntrinsics(AllowedIntrinsics);
+ TransOpt.setSPIRVAllowUnknownIntrinsics({"llvm.genx."});
90
return TransOpt;
91
}();
92
return Opts;
0 commit comments