[PATCH] D59662: [X86] Use xmm registers to implement 64-bit popcnt on 32-bit targets if possible if popcnt instruction is not available
Craig Topper via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Mar 22 13:00:55 PDT 2019
craig.topper updated this revision to Diff 191930.
craig.topper added a comment.
Make sure that NoImplicitFloat is not set before doing the transform.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D59662/new/
https://reviews.llvm.org/D59662
Files:
llvm/lib/Target/X86/X86ISelLowering.cpp
llvm/test/CodeGen/X86/popcnt.ll
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D59662.191930.patch
Type: text/x-patch
Size: 8406 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190322/4af842ec/attachment.bin>
More information about the llvm-commits
mailing list