Skip to content

Commit a1e501c

Browse files
committed
gisel update for g_merge
1 parent 73ed27c commit a1e501c

File tree

3 files changed

+1270
-587
lines changed

3 files changed

+1270
-587
lines changed

llvm/lib/Target/AMDGPU/AMDGPUInstructionSelector.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -639,7 +639,7 @@ bool AMDGPUInstructionSelector::selectG_MERGE_VALUES(MachineInstr &MI) const {
639639
LLT SrcTy = MRI->getType(MI.getOperand(1).getReg());
640640

641641
const unsigned SrcSize = SrcTy.getSizeInBits();
642-
if (SrcSize < 32)
642+
if (SrcSize < 16)
643643
return selectImpl(MI, *CoverageInfo);
644644

645645
const DebugLoc &DL = MI.getDebugLoc();

0 commit comments

Comments
 (0)