[PATCH] D127520: [RISCV] Move creation of constant pools from isel to lowering.
Wang Pengcheng via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Sat Jun 11 11:28:50 PDT 2022
wangpc added inline comments.
================
Comment at: llvm/lib/Target/RISCV/RISCVISelLowering.cpp:3642
template SDValue RISCVTargetLowering::getAddr<GlobalAddressSDNode>(
GlobalAddressSDNode *N, SelectionDAG &DAG, bool IsLocal) const;
----------------
I think these instantiations can be removed now.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D127520/new/
https://reviews.llvm.org/D127520
More information about the llvm-commits
mailing list