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 3eff86f commit b0ddbfbCopy full SHA for b0ddbfb
clang/lib/Basic/Targets/SPIR.h
@@ -315,7 +315,7 @@ class LLVM_LIBRARY_VISIBILITY SPIRVTargetInfo : public BaseSPIRVTargetInfo {
315
// SPIR-V IDs are represented with a single 32-bit word.
316
SizeType = TargetInfo::UnsignedInt;
317
resetDataLayout("e-i64:64-v16:16-v24:32-v32:32-v48:64-"
318
- "v96:128-v192:256-v256:256-v512:512-v1024:1024");
+ "v96:128-v192:256-v256:256-v512:512-v1024:1024-G1");
319
}
320
321
void getTargetDefines(const LangOptions &Opts,
0 commit comments