[PATCH] D44443: [MergeICmp] Split blocks that do other work.

Xin Tong via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Mar 13 10:51:41 PDT 2018


trentxintong created this revision.
trentxintong added reviewers: davide, courbet.

We do not try to move the instructions and split the block till we
know the blocks can be split, i.e. BCE-cmp-insts can be separated from
non-BCE-cmp-insts.


Repository:
  rL LLVM

https://reviews.llvm.org/D44443

Files:
  lib/Transforms/Scalar/MergeICmps.cpp
  test/Transforms/MergeICmps/X86/split-block-does-work.ll
  test/Transforms/MergeICmps/X86/tuple-four-int8.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D44443.138230.patch
Type: text/x-patch
Size: 11194 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180313/91d89a84/attachment.bin>


More information about the llvm-commits mailing list