[PATCH] D128187: [RISCV] Add ADDI instr to compute FrameIndex address for RVV
Kito Cheng via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Jun 20 05:42:09 PDT 2022
kito-cheng added inline comments.
================
Comment at: llvm/lib/Target/RISCV/RISCVISelDAGToDAG.cpp:1830
Base = Addr;
+
return true;
----------------
This blank line seems added by accident?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D128187/new/
https://reviews.llvm.org/D128187
More information about the llvm-commits
mailing list