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

Matt Arsenault via llvm-commits llvm-commits at lists.llvm.org
Mon Nov 13 17:33:56 PST 2023


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

Yes, I would expect you would aim to replicate what the DAG does and use similar looking intermediates 

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


More information about the llvm-commits mailing list