[PATCH] D80370: [CodeGen] Ensure callers of CreateStackTemporary use sensible alignments
Cullen Rhodes via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Jun 9 02:09:31 PDT 2020
c-rhodes added inline comments.
================
Comment at: llvm/lib/CodeGen/SelectionDAG/SelectionDAG.cpp:2013
+ unsigned NumIntermediates;
+ unsigned NumRegs = TLI->getVectorTypeBreakdown(
+ *getContext(), VT, IntermediateVT, NumIntermediates, RegisterVT);
----------------
`NumRegs` is producing an unused variable warning
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D80370/new/
https://reviews.llvm.org/D80370
More information about the llvm-commits
mailing list