forked from OSchip/llvm-project
[NFC] Test commit to verify commit access.
This commit is contained in:
parent
c8ecf12bc3
commit
2e2999cd44
|
@ -1677,7 +1677,7 @@ LegalizerHelper::widenScalarUnmergeValues(MachineInstr &MI, unsigned TypeIdx,
|
|||
|
||||
// Widen SrcTy to WideTy. This does not affect the result, but since the
|
||||
// user requested this size, it is probably better handled than SrcTy and
|
||||
// should reduce the total number of legalization artifacts
|
||||
// should reduce the total number of legalization artifacts.
|
||||
if (WideTy.getSizeInBits() > SrcTy.getSizeInBits()) {
|
||||
SrcTy = WideTy;
|
||||
SrcReg = MIRBuilder.buildAnyExt(WideTy, SrcReg).getReg(0);
|
||||
|
|
Loading…
Reference in New Issue