[llvm] [RISCV][GISel] Select G_SELECT (PR #67614)

Nitin John Raj via llvm-commits llvm-commits at lists.llvm.org
Thu Sep 28 10:33:14 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
----------------
nitinjohnraj wrote:

Fixed

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


More information about the llvm-commits mailing list