[NFC] Test commit to verify commit access.

This commit is contained in:
Daniel Thornburgh 2022-01-18 18:03:26 -08:00
parent c8ecf12bc3
commit 2e2999cd44
1 changed files with 1 additions and 1 deletions

View File

@ -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);