[PATCH] D38232: [MergeICmps] Disable mergeicmps if the target does not want to handle memcmp expansion.

Clement Courbet via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Oct 4 02:50:44 PDT 2017


courbet updated this revision to Diff 117647.
courbet added a comment.

- cosmetics
- split the tests into x86 and non-x86


https://reviews.llvm.org/D38232

Files:
  lib/Transforms/Scalar/MergeICmps.cpp
  test/Transforms/MergeICmps/X86/lit.local.cfg
  test/Transforms/MergeICmps/X86/pair-int32-int32.ll
  test/Transforms/MergeICmps/X86/tuple-four-int8.ll
  test/Transforms/MergeICmps/X86/volatile.ll
  test/Transforms/MergeICmps/pair-int32-int32.ll
  test/Transforms/MergeICmps/tuple-four-int8.ll
  test/Transforms/MergeICmps/volatile.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D38232.117647.patch
Type: text/x-patch
Size: 7957 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20171004/f5cec6f5/attachment.bin>


More information about the llvm-commits mailing list