Skip to content

Commit 9c05880

Browse files
committed
Fix accidental noise.
1 parent db23857 commit 9c05880

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

llvm/lib/Target/SPIRV/SPIRVLegalizerInfo.cpp

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -343,8 +343,7 @@ SPIRVLegalizerInfo::SPIRVLegalizerInfo(const SPIRVSubtarget &ST) {
343343
allPtrs);
344344

345345
getActionDefinitionsBuilder(G_ATOMICRMW_XCHG)
346-
.legalForCartesianProduct(allFloatScalarsAndF16Vector2AndVector4s,
347-
allPtrs);
346+
.legalForCartesianProduct(allFloatAndIntScalarsAndPtrs, allPtrs);
348347

349348
getActionDefinitionsBuilder(G_ATOMIC_CMPXCHG_WITH_SUCCESS).lower();
350349
// TODO: add proper legalization rules.

0 commit comments

Comments
 (0)