[llvm] [AMDGPU][True16][CodeGen] gisel true16 for G_Merge and ICMP (PR #128913)
Matt Arsenault via llvm-commits
llvm-commits at lists.llvm.org
Thu Feb 27 23:22:26 PST 2025
================
@@ -639,7 +639,7 @@ bool AMDGPUInstructionSelector::selectG_MERGE_VALUES(MachineInstr &MI) const {
LLT SrcTy = MRI->getType(MI.getOperand(1).getReg());
const unsigned SrcSize = SrcTy.getSizeInBits();
- if (SrcSize < 32)
+ if (SrcSize < 16)
----------------
arsenm wrote:
Why are these two cases in the same patch?
https://github.com/llvm/llvm-project/pull/128913
More information about the llvm-commits
mailing list