These methods don't access any state from RISCVInstrInfo. Make them
free functions in the RISCV namespace.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Paths
| Differential D127583
[RISCV] Move some methods out of RISCVInstrInfo and into RISCV namespace. ClosedPublic Authored by craig.topper on Jun 11 2022, 8:04 PM.
Details Summary These methods don't access any state from RISCVInstrInfo. Make them
Diff Detail
Event TimelineThis revision is now accepted and ready to land.Jun 12 2022, 9:04 AM This revision was landed with ongoing or failed builds.Jun 12 2022, 10:47 AM Closed by commit rGd63b66840f37: [RISCV] Move some methods out of RISCVInstrInfo and into RISCV namespace. (authored by craig.topper). · Explain Why This revision was automatically updated to reflect the committed changes. hubert.reinterpretcast added inline comments.
Revision Contents
Diff 436237 llvm/lib/Target/RISCV/RISCVExpandPseudoInsts.cpp
llvm/lib/Target/RISCV/RISCVFrameLowering.cpp
llvm/lib/Target/RISCV/RISCVInsertVSETVLI.cpp
llvm/lib/Target/RISCV/RISCVInstrInfo.h
llvm/lib/Target/RISCV/RISCVInstrInfo.cpp
llvm/lib/Target/RISCV/RISCVMCInstLower.cpp
llvm/lib/Target/RISCV/RISCVRegisterInfo.cpp
|
This patch removed the only use of this variable.
Landed rG775a22e32a71b1592bcc254c1cfcb037ac944aa6.