]> granicus.if.org Git - llvm/commit
Fixing build error from commit 95cbc3d
authorStefan Stipanovic <sstipanovic@s-energize.com>
Mon, 22 Jul 2019 23:58:23 +0000 (23:58 +0000)
committerStefan Stipanovic <sstipanovic@s-energize.com>
Mon, 22 Jul 2019 23:58:23 +0000 (23:58 +0000)
commitc93ee9b17b204e2a87db81df63e3ec9d16313635
tree01a18cb7514f02496dfcfab990f8bc9714110e72
parente238f326c3a9cb6b1dcf712293aff5007ec0f295
Fixing build error from commit 95cbc3d

[Attributor] Liveness analysis.

Liveness analysis abstract attribute used to indicate which BasicBlocks are dead and can therefore be ignored.
Right now we are only looking at noreturn calls.

Reviewers: jdoerfert, uenoku

Subscribers: hiraditya, llvm-commits

Differential Revision: https://reviews.llvm.org/D64162

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@366769 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/Transforms/IPO/Attributor.h
include/llvm/Transforms/Utils/Local.h
lib/Transforms/IPO/Attributor.cpp
lib/Transforms/Utils/Local.cpp
test/Transforms/FunctionAttrs/liveness.ll [new file with mode: 0644]