[PATCH] D55515: [x86] increment/decrement constant vector with min/max in vsetcc lowering (PR39859)
Sanjay Patel via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Dec 11 09:11:18 PST 2018
spatel updated this revision to Diff 177729.
spatel added a comment.
Patch updated:
Add tests for vsetcc simplification edge cases. These are currently folded early in generic DAGCombiner via SimplifySetCC().
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D55515/new/
https://reviews.llvm.org/D55515
Files:
lib/Target/X86/X86ISelLowering.cpp
test/CodeGen/X86/sat-add.ll
test/CodeGen/X86/vec_minmax_match.ll
test/CodeGen/X86/vec_setcc-2.ll
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D55515.177729.patch
Type: text/x-patch
Size: 10980 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20181211/e07267ef/attachment.bin>
More information about the llvm-commits
mailing list