[PATCH] D154584: Improve collectEphemeralValues and use it in CodeGenPrepare
Serguei Katkov via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Jul 6 05:35:30 PDT 2023
skatkov added inline comments.
================
Comment at: llvm/lib/CodeGen/CodeGenPrepare.cpp:729
+ SmallPtrSet<const Value *, 16> EphValues;
+ AC.clear();
+ CodeMetrics::collectEphemeralValues(&F, &AC, EphValues, TLInfo);
----------------
will be removed after https://reviews.llvm.org/D154601 landed.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D154584/new/
https://reviews.llvm.org/D154584
More information about the llvm-commits
mailing list