Skip to content

Commit 1e02b2d

Browse files
committed
clang-format
1 parent c521eb8 commit 1e02b2d

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

llvm/lib/Target/AMDGPU/AMDGPULegalizerInfo.cpp

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2013,9 +2013,10 @@ AMDGPULegalizerInfo::AMDGPULegalizerInfo(const GCNSubtarget &ST_,
20132013

20142014
// S64 is only legal on SALU, and needs to be broken into 32-bit elements in
20152015
// RegBankSelect.
2016-
auto &SextInReg = getActionDefinitionsBuilder(G_SEXT_INREG)
2017-
.legalFor({{S32}, {S64}})
2018-
.widenScalarIf(typeIs(0, S16), widenScalarOrEltToNextPow2(0, 32));
2016+
auto &SextInReg =
2017+
getActionDefinitionsBuilder(G_SEXT_INREG)
2018+
.legalFor({{S32}, {S64}})
2019+
.widenScalarIf(typeIs(0, S16), widenScalarOrEltToNextPow2(0, 32));
20192020

20202021
if (ST.hasVOP3PInsts()) {
20212022
SextInReg.lowerFor({{V2S16}})

0 commit comments

Comments
 (0)