[PATCH] D158504: [RISCV][GlobalISel] Select G_CONSTANT
Craig Topper via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Aug 22 12:32:58 PDT 2023
craig.topper added inline comments.
================
Comment at: llvm/lib/Target/RISCV/GISel/RISCVInstructionSelector.cpp:134
+ : FinalReg;
+ const RISCVMatInt::Inst I = Seq[i];
+ MachineInstr *Result;
----------------
Should be a reference.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D158504/new/
https://reviews.llvm.org/D158504
More information about the llvm-commits
mailing list