[llvm] [TableGen][RISCV][GlobalISel] Select G_ICMP, G_SELECT, G_PTR_ADD, G_STORE, G_LOAD, G_ZEXTLOAD (PR #67185)

Craig Topper via llvm-commits llvm-commits at lists.llvm.org
Tue Sep 26 14:04:44 PDT 2023


================
@@ -283,8 +296,8 @@ void RISCVInstructionSelector::renderNegImm(MachineInstrBuilder &MIB,
 }
 
 void RISCVInstructionSelector::renderImmPlus1(MachineInstrBuilder &MIB,
-                                           const MachineInstr &MI,
-                                           int OpIdx) const {
+                                              const MachineInstr &MI,
+                                              int OpIdx) const {
----------------
topperc wrote:

This formatting change should not be in the load/store patch.

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


More information about the llvm-commits mailing list