[PATCH] D29687: [TargetLowering] check for sign-bit comparisons in SimplifyDemandedBits

Sanjay Patel via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Feb 8 08:13:11 PST 2017


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

Patch updated:
No code changes, but added a RUN for avx512vl in https://reviews.llvm.org/rL294462 to show that variant.
I think the first test shows a missed opportunity for avx512vl and avx512f; not sure about the rest.


https://reviews.llvm.org/D29687

Files:
  lib/CodeGen/SelectionDAG/TargetLowering.cpp
  test/CodeGen/X86/vselect-pcmp.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D29687.87663.patch
Type: text/x-patch
Size: 9256 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20170208/74085bf1/attachment.bin>


More information about the llvm-commits mailing list