[llvm] [AMDGPU][True16][CodeGen] gisel true16 for ICMP (PR #128913)

Brox Chen via llvm-commits llvm-commits at lists.llvm.org
Fri Feb 28 11:18:43 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)
----------------
broxigarchen wrote:

https://github.com/llvm/llvm-project/pull/129287

https://github.com/llvm/llvm-project/pull/128913


More information about the llvm-commits mailing list