[PATCH] D64162: Summary: [Attributor] Liveness analysis abstract attribute used to indicate which BasicBlocks are dead and can therefore be ignored.
Stefan Stipanovic via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Jul 19 15:52:13 PDT 2019
sstefan1 updated this revision to Diff 210920.
sstefan1 added a comment.
- Rebased and added AANoReturn declaration.
- ninja check-all & test-suite passed fine.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D64162/new/
https://reviews.llvm.org/D64162
Files:
llvm/include/llvm/Transforms/IPO/Attributor.h
llvm/lib/Transforms/IPO/Attributor.cpp
llvm/test/Transforms/FunctionAttrs/liveness.ll
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D64162.210920.patch
Type: text/x-patch
Size: 16629 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190719/14e76402/attachment.bin>
More information about the llvm-commits
mailing list