[llvm] [RISCV][GISel] Lower G_FCONSTANT to constant pool load without F or D. (PR #73034)

Michael Maitland via llvm-commits llvm-commits at lists.llvm.org
Mon Nov 27 08:44:17 PST 2023


================
@@ -932,6 +936,98 @@ bool RISCVInstructionSelector::selectJumpTable(MachineInstr &MI,
   return false;
 }
 
+// FIXME: This is very similar to selectGlobalValue. Merge somehow?
----------------
michaelmaitland wrote:

Should we stack this change on https://github.com/llvm/llvm-project/pull/72769?

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


More information about the llvm-commits mailing list