[PATCH] D41714: [x86, MemCmpExpansion] allow 2 pairs of loads per block (PR33325)

Sanjay Patel via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Jan 4 12:48:26 PST 2018


spatel updated this revision to Diff 128640.
spatel added a comment.

Patch updated:
Add a RUN to the IR test for expansion so we see exactly how the IR differs between the old and new settings. I just did that for x64 because x32 would be the same in most cases.


https://reviews.llvm.org/D41714

Files:
  lib/CodeGen/ExpandMemCmp.cpp
  lib/Target/X86/X86ISelLowering.h
  test/CodeGen/X86/memcmp-optsize.ll
  test/CodeGen/X86/memcmp.ll
  test/Transforms/ExpandMemCmp/X86/memcmp.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D41714.128640.patch
Type: text/x-patch
Size: 64966 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180104/a2767d6f/attachment.bin>


More information about the llvm-commits mailing list