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 00ffdaa commit acd6bb0Copy full SHA for acd6bb0
llvm/lib/Target/SPIRV/SPIRVSubtarget.cpp
@@ -70,6 +70,8 @@ SPIRVSubtarget::SPIRVSubtarget(const Triple &TT, const std::string &CPU,
70
SPIRVVersion = VersionTuple(1, 3);
71
break;
72
case Triple::SPIRVSubArch_v14:
73
+ SPIRVVersion = VersionTuple(1, 4);
74
+ break;
75
default:
76
if (TT.getVendor() == Triple::AMD)
77
SPIRVVersion = VersionTuple(1, 6);
0 commit comments