[PATCH] D34005: [CGP / PowerPC] avoid multi-block overhead for simple memcmp expansion

Sanjay Patel via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Jun 8 06:48:14 PDT 2017


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

Patch updated - no code changes, but:

1. Added comment about overlapped responsibility with the DAG for lowering the single-block case.
2. Rebased to r304974. The PPC test now avoids cmp/isel altogether. I think this was either https://reviews.llvm.org/D33718 / https://reviews.llvm.org/D33720. Thanks, @nemanjai!


https://reviews.llvm.org/D34005

Files:
  lib/CodeGen/CodeGenPrepare.cpp
  test/CodeGen/PowerPC/memCmpUsedInZeroEqualityComparison.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D34005.101903.patch
Type: text/x-patch
Size: 5540 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20170608/e0e01991/attachment-0001.bin>


More information about the llvm-commits mailing list