[PATCH] D75011: [InstCombine] Remove trivially empty ranges from end
Nikita Popov via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Sat Feb 22 11:17:53 PST 2020
nikic updated this revision to Diff 246085.
nikic added a comment.
Handle interleaving of start/end intrinsics with different args better. This reduces iterations on the `lifetime.ll` test.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D75011/new/
https://reviews.llvm.org/D75011
Files:
llvm/lib/Transforms/InstCombine/InstCombineCalls.cpp
llvm/lib/Transforms/InstCombine/InstCombineInternal.h
llvm/test/Transforms/InstCombine/lifetime.ll
llvm/test/Transforms/InstCombine/vararg.ll
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D75011.246085.patch
Type: text/x-patch
Size: 5102 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200222/149ab158/attachment-0001.bin>
More information about the llvm-commits
mailing list