[llvm] [X86][GlobalISel] Add instruction selection for G_SELECT (PR #70753)

Evgenii Kudriashov via llvm-commits llvm-commits at lists.llvm.org
Mon Nov 13 18:42:48 PST 2023


================
@@ -1789,6 +1793,47 @@ bool X86InstructionSelector::selectMulDivRem(MachineInstr &I,
   return true;
 }
 
+bool X86InstructionSelector::selectSelect(MachineInstr &I,
----------------
e-kud wrote:

@arsenm Yes, I completely agree with you. Would you insist that a register bank for EFLAGS should be added prior G_SELECT?

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


More information about the llvm-commits mailing list