[PATCH] D39232: [CodeGen][ExpandMemcmp] Allow memcmp to expand to vector loads (2).

Clement Courbet via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Oct 30 03:08:08 PDT 2017


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

Update MergeICMps after switch for IsThreeWay -> IsEquality.


https://reviews.llvm.org/D39232

Files:
  include/llvm/Analysis/TargetTransformInfo.h
  include/llvm/Analysis/TargetTransformInfoImpl.h
  lib/Analysis/TargetTransformInfo.cpp
  lib/CodeGen/CodeGenPrepare.cpp
  lib/Target/PowerPC/PPCTargetTransformInfo.cpp
  lib/Target/PowerPC/PPCTargetTransformInfo.h
  lib/Target/X86/X86TargetTransformInfo.cpp
  lib/Target/X86/X86TargetTransformInfo.h
  lib/Transforms/Scalar/MergeICmps.cpp
  test/CodeGen/X86/memcmp-optsize.ll
  test/CodeGen/X86/memcmp.ll
  test/Transforms/CodeGenPrepare/X86/memcmp.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D39232.120788.patch
Type: text/x-patch
Size: 48999 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20171030/bb76d296/attachment-0001.bin>


More information about the llvm-commits mailing list