[PATCH] D59898: [LCG] Add aliased functions as LCG roots

Chandler Carruth via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Apr 4 15:36:07 PDT 2019


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

LGTM!



================
Comment at: test/Analysis/LazyCallGraph/alias.ll:23
+
+; Function Attrs: nounwind uwtable
+define dso_local i8* @foo(i8* %returned) {
----------------
nit: can drop this comment.


================
Comment at: test/Analysis/LazyCallGraph/alias.ll:30
+
+; Function Attrs: nounwind uwtable
+define internal i8* @bar(i8* %returned) {
----------------
nit: same


================
Comment at: test/Analysis/LazyCallGraph/alias.ll:38
+
+; Function Attrs: nounwind uwtable
+define internal i8* @baz(i8* %returned) {
----------------
nit: same


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

https://reviews.llvm.org/D59898





More information about the llvm-commits mailing list