[PATCH] D121016: [PowerPC] Fix the none tail call in scalar MASS conversion
Jinsong Ji via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Mar 7 18:54:05 PST 2022
jsji added inline comments.
================
Comment at: llvm/lib/Target/PowerPC/PPCISelLowering.cpp:17760
SelectionDAG &DAG) const {
const TargetLowering &TLI = DAG.getTargetLoweringInfo();
TargetLowering::CallLoweringInfo CLI(DAG);
----------------
What is the reason that we don't want to use `TLI.makeLibCall` here?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D121016/new/
https://reviews.llvm.org/D121016
More information about the llvm-commits
mailing list