[lld] [RISCV][GISel] Select G_SELECT (PR #67614)
Craig Topper via llvm-commits
llvm-commits at lists.llvm.org
Wed Sep 27 15:22:48 PDT 2023
================
@@ -376,6 +387,22 @@ bool RISCVInstructionSelector::selectSExtInreg(MachineInstr &MI,
return true;
}
+bool RISCVInstructionSelector::selectSelect(MachineInstr &MI,
+ MachineIRBuilder &MIB,
+ MachineRegisterInfo &MRI) const {
+ // TODO: We need to either fix this to use other opcodes or handle it in the
----------------
topperc wrote:
This TODO is kinda vague.
https://github.com/llvm/llvm-project/pull/67614
More information about the llvm-commits
mailing list