Skip to content

Commit 92c29df

Browse files
committed
[AMDGPU] Update.
1 parent a240912 commit 92c29df

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

llvm/lib/Target/AMDGPU/SIISelLowering.cpp

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9144,10 +9144,9 @@ SDValue SITargetLowering::lowerImage(SDValue Op,
91449144
bool IsGFX12Plus = AMDGPU::isGFX12Plus(*Subtarget);
91459145

91469146
SmallVector<EVT, 2> OrigResultTypes(Op->values());
9147-
SmallVector<EVT, 2> ResultTypes;
9148-
ResultTypes = (BaseOpcode->NoReturn && BaseOpcode->Atomic)
9149-
? SmallVector<EVT, 1>{MVT::Other}
9150-
: OrigResultTypes;
9147+
SmallVector<EVT, 2> ResultTypes = (BaseOpcode->NoReturn && BaseOpcode->Atomic)
9148+
? SmallVector<EVT, 1>{MVT::Other}
9149+
: OrigResultTypes;
91519150

91529151
bool IsD16 = false;
91539152
bool IsG16 = false;

0 commit comments

Comments
 (0)