[llvm] [X86][GlobalISel] Add instruction selection for G_SELECT (PR #70753)
via llvm-commits
llvm-commits at lists.llvm.org
Tue Oct 31 12:09:44 PDT 2023
================
@@ -1789,6 +1793,47 @@ bool X86InstructionSelector::selectMulDivRem(MachineInstr &I,
return true;
}
+bool X86InstructionSelector::selectSelect(MachineInstr &I,
----------------
tschuett wrote:
@e-kud mentioned the import fails:
https://discourse.llvm.org/t/rfc-globalisel-support-for-x86/73424
https://github.com/llvm/llvm-project/pull/70753
More information about the llvm-commits
mailing list