[PATCH] D68632: [X86] Make memcmp() use PTEST if possible and also enable AVX1
David Zarzycki via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Oct 8 04:14:33 PDT 2019
davezarzycki created this revision.
davezarzycki added a reviewer: craig.topper.
davezarzycki added a project: LLVM.
Hi Craig – I'm not an expert in this area. Feedback would be appreciated. In particular, the way PTEST was wired up. Thanks!
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D68632
Files:
lib/Target/X86/X86ISelLowering.cpp
test/CodeGen/X86/memcmp-minsize.ll
test/CodeGen/X86/memcmp-optsize.ll
test/CodeGen/X86/memcmp.ll
test/CodeGen/X86/setcc-wide-types.ll
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D68632.223820.patch
Type: text/x-patch
Size: 37151 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20191008/770f72e7/attachment.bin>
More information about the llvm-commits
mailing list