[PATCH] D102275: [x86] try to use PCMPGT instead of not-of-PCMPEQ
Sanjay Patel via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue May 11 14:16:58 PDT 2021
spatel updated this revision to Diff 344560.
spatel marked an inline comment as done.
spatel added a comment.
Patch updated:
Make the code comment clearer by specifying signed comparison.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D102275/new/
https://reviews.llvm.org/D102275
Files:
llvm/lib/Target/X86/X86ISelLowering.cpp
llvm/test/CodeGen/X86/setcc-lowering.ll
llvm/test/CodeGen/X86/vec_umulo.ll
llvm/test/CodeGen/X86/vsel-cmp-load.ll
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D102275.344560.patch
Type: text/x-patch
Size: 7319 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210511/40150ccd/attachment.bin>
More information about the llvm-commits
mailing list