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

Matt Arsenault via llvm-commits llvm-commits at lists.llvm.org
Mon Oct 30 18:36:34 PDT 2023


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

Is there a reason this isn't using tablegen? As far as I can tell the DAG is not manually selecting this 

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


More information about the llvm-commits mailing list