[PATCH] D44029: [MergeICmp] We can discard initial blocks that do other work
Xin Tong via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Mar 2 10:21:54 PST 2018
trentxintong created this revision.
trentxintong added reviewers: courbet, davide.
We can discard initial blocks that do other work
We do not need to limit ourselves to just the first block in the chain.
Repository:
rL LLVM
https://reviews.llvm.org/D44029
Files:
lib/Transforms/Scalar/MergeICmps.cpp
test/Transforms/MergeICmps/X86/multiple-blocks-does-work.ll
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D44029.136788.patch
Type: text/x-patch
Size: 4739 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180302/2bc70e1c/attachment.bin>
More information about the llvm-commits
mailing list