[PATCH] D127583: [RISCV] Move some methods out of RISCVInstrInfo and into RISCV namespace.
Craig Topper via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Sun Jun 12 19:23:12 PDT 2022
craig.topper added inline comments.
================
Comment at: llvm/lib/Target/RISCV/RISCVInsertVSETVLI.cpp:1415
void RISCVInsertVSETVLI::insertReadVL(MachineBasicBlock &MBB) {
const MachineFunction *MF = MBB.getParent();
----------------
hubert.reinterpretcast wrote:
> This patch removed the only use of this variable.
>
> Landed rG775a22e32a71b1592bcc254c1cfcb037ac944aa6.
Thanks!
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