[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
- Previous message: [llvm] [TableGen][RISCV][GlobalISel] Select G_ICMP, G_SELECT, G_PTR_ADD, G_STORE, G_LOAD, G_ZEXTLOAD (PR #67185)
- Next message: [llvm] [TableGen][RISCV][GlobalISel] Select G_ICMP, G_SELECT, G_PTR_ADD, G_STORE, G_LOAD, G_ZEXTLOAD (PR #67185)
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
================
@@ -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
- Previous message: [llvm] [TableGen][RISCV][GlobalISel] Select G_ICMP, G_SELECT, G_PTR_ADD, G_STORE, G_LOAD, G_ZEXTLOAD (PR #67185)
- Next message: [llvm] [TableGen][RISCV][GlobalISel] Select G_ICMP, G_SELECT, G_PTR_ADD, G_STORE, G_LOAD, G_ZEXTLOAD (PR #67185)
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the llvm-commits
mailing list