Skip to content

Commit d77ebba

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

File tree

2 files changed

+990
-530
lines changed

2 files changed

+990
-530
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)