[PATCH] D54143: [RISCV] Generate address sequences suitable for mcmodel=medium
James Clarke via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Dec 13 05:06:05 PST 2018
jrtc27 added inline comments.
================
Comment at: lib/Target/RISCV/RISCVISelLowering.cpp:371
+ // the address space. This generates the pattern (PseudoLLA sym), which
+ // expands to (addi (auipc %pcrel_hi(sym)) %pcrel_lo(sym)).
+ SDValue Addr = getTargetNode(N, DL, Ty, DAG, 0);
----------------
Minor: comment should say something like `%pcrel_lo(auipc)` to be accurate.
Repository:
rL LLVM
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D54143/new/
https://reviews.llvm.org/D54143
More information about the llvm-commits
mailing list