[PATCH] D66120: [Attributor] Use liveness during the creation of AAReturnedValues

Stefan Stipanovic via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Aug 13 15:47:53 PDT 2019


sstefan1 accepted this revision.
sstefan1 added a comment.
This revision is now accepted and ready to land.

LGTM.



================
Comment at: llvm/lib/Transforms/IPO/Attributor.cpp:124
 
-template <typename StateTy>
-using followValueCB_t = std::function<bool(Value *, StateTy &State)>;
-template <typename StateTy>
-using visitValueCB_t = std::function<void(Value *, StateTy &State)>;
-
 /// Recursively visit all values that might become \p InitV at some point. This
 /// will be done by looking through cast instructions, selects, phis, and calls
----------------
This comment is now outdated.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D66120/new/

https://reviews.llvm.org/D66120





More information about the llvm-commits mailing list