[PATCH] D69507: [X86] Make memcmp vector lowering handle arbitrary expansions

David Zarzycki via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Oct 28 05:47:14 PDT 2019


davezarzycki created this revision.
davezarzycki added reviewers: craig.topper, RKSimon, spatel.
davezarzycki added a project: LLVM.

Teach combineVectorSizedSetCCEquality() to handle arbitrary memcmp expansions but do not change any default policy for now.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D69507

Files:
  lib/CodeGen/ExpandMemCmp.cpp
  lib/Target/X86/X86ISelLowering.cpp
  test/CodeGen/X86/memcmp-more-load-pairs.ll
  test/Transforms/ExpandMemCmp/X86/memcmp.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D69507.226646.patch
Type: text/x-patch
Size: 242673 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20191028/82b83c9d/attachment-0001.bin>


More information about the llvm-commits mailing list