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 db23857 commit 9c05880Copy full SHA for 9c05880
llvm/lib/Target/SPIRV/SPIRVLegalizerInfo.cpp
@@ -343,8 +343,7 @@ SPIRVLegalizerInfo::SPIRVLegalizerInfo(const SPIRVSubtarget &ST) {
343
allPtrs);
344
345
getActionDefinitionsBuilder(G_ATOMICRMW_XCHG)
346
- .legalForCartesianProduct(allFloatScalarsAndF16Vector2AndVector4s,
347
- allPtrs);
+ .legalForCartesianProduct(allFloatAndIntScalarsAndPtrs, allPtrs);
348
349
getActionDefinitionsBuilder(G_ATOMIC_CMPXCHG_WITH_SUCCESS).lower();
350
// TODO: add proper legalization rules.
0 commit comments