[PATCH] D127583: [RISCV] Move some methods out of RISCVInstrInfo and into RISCV namespace.
Hubert Tong via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Sun Jun 12 13:34:18 PDT 2022
hubert.reinterpretcast added inline comments.
================
Comment at: llvm/lib/Target/RISCV/RISCVInsertVSETVLI.cpp:1415
void RISCVInsertVSETVLI::insertReadVL(MachineBasicBlock &MBB) {
const MachineFunction *MF = MBB.getParent();
----------------
This patch removed the only use of this variable.
Landed rG775a22e32a71b1592bcc254c1cfcb037ac944aa6.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D127583/new/
https://reviews.llvm.org/D127583
More information about the llvm-commits
mailing list