[PATCH] D66155: [Attributor] Liveness for internal functions.

Johannes Doerfert via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Aug 13 15:00:57 PDT 2019


jdoerfert added inline comments.


================
Comment at: llvm/test/Transforms/FunctionAttrs/liveness.ll:29
+; This internal function has no live call sites, so all its BBs are considered dead,
+; and nothing should be deduced for it.
+
----------------
We should kill dead functions in the manifest method.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D66155





More information about the llvm-commits mailing list