[PATCH] D66155: [Attributor] Liveness for internal functions.
Stefan Stipanovic via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Aug 14 15:13:45 PDT 2019
sstefan1 marked an inline comment as done.
sstefan1 added inline comments.
================
Comment at: llvm/test/Transforms/FunctionAttrs/liveness.ll:18
+
+; CHECK: Function Attrs: nofree noreturn nosync nounwind
+; CHECK-NEXT: define internal i32 @dead_internal_func(i32 %0)
----------------
jdoerfert wrote:
> These should not be derived anymore. We stopped annotating dead stuff.
Didn't intend to include this. This is actually a leftover. Didn't see you committed that.
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