[PATCH] D19257: [SimplifyCFG] Extend TryToSimplifyUncondBranchFromEmptyBlock for empty block including lifetime intrinsics
Josh Yoon via llvm-commits
llvm-commits at lists.llvm.org
Tue Apr 26 17:59:16 PDT 2016
Josh removed a reviewer: flyingforyou.
Josh added a subscriber: flyingforyou.
Josh updated this revision to Diff 55142.
Josh marked 16 inline comments as done.
Josh added a comment.
According to Hans's comments, I updated this patch as followings.
- Add test cases
- Consider Intrisic:lifetime_start
- Make codes more clear
Thanks.
http://reviews.llvm.org/D19257
Files:
include/llvm/IR/BasicBlock.h
lib/IR/BasicBlock.cpp
lib/Transforms/Utils/Local.cpp
lib/Transforms/Utils/SimplifyCFG.cpp
test/Transforms/SimplifyCFG/lifetime.ll
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D19257.55142.patch
Type: text/x-patch
Size: 18693 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20160427/d68c4569/attachment.bin>
More information about the llvm-commits
mailing list