[PATCH] D94465: [RISCV] Frame handling for RISC-V V extension. (2nd. version)
Craig Topper via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Jan 25 16:47:27 PST 2021
craig.topper added inline comments.
================
Comment at: llvm/lib/Target/RISCV/RISCVRegisterInfo.cpp:237
+
+ // Scalable load/store has no immediate field.
+ if (MFI.getStackID(FrameIndex) == TargetStackID::ScalableVector &&
----------------
HsiangKai wrote:
> jrtc27 wrote:
> > This step doesn't get a number/summary?
> I didn't understand this comment.
There are comments like "1. Get vlenb..." and "2. Calculate address..." and "3. Replace address..." but this step didn't get a similar numbered comment.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D94465/new/
https://reviews.llvm.org/D94465
More information about the llvm-commits
mailing list