[llvm] [RISCV][GlobalISel] Select G_GLOBAL_VALUE for medlow code model (PR #68380)

Michael Maitland via llvm-commits llvm-commits at lists.llvm.org
Sun Oct 15 09:51:47 PDT 2023


================
@@ -353,6 +359,38 @@ bool RISCVInstructionSelector::selectConstant(MachineInstr &MI,
   return true;
 }
 
+bool RISCVInstructionSelector::selectGlobalValue(MachineInstr &MI, MachineIRBuilder &MIB,
----------------
michaelmaitland wrote:

This function needs to be clang-format'ed

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


More information about the llvm-commits mailing list