[PATCH] D25874: [X86][SSE] Add support for (V)PMOVSX* constant folding
Simon Pilgrim via llvm-commits
llvm-commits at lists.llvm.org
Mon Oct 24 09:52:13 PDT 2016
RKSimon updated this revision to Diff 75603.
RKSimon added a comment.
Fixed signed/unsigned warning.
Does anybody have further comments?
Repository:
rL LLVM
https://reviews.llvm.org/D25874
Files:
lib/Target/X86/X86ISelLowering.cpp
test/CodeGen/X86/fold-vector-sext-zext.ll
test/CodeGen/X86/pmul.ll
test/CodeGen/X86/vector-idiv-sdiv-128.ll
test/CodeGen/X86/vector-idiv-sdiv-256.ll
test/CodeGen/X86/vector-idiv-sdiv-512.ll
test/CodeGen/X86/vector-idiv-udiv-128.ll
test/CodeGen/X86/vector-idiv-udiv-256.ll
test/CodeGen/X86/vector-idiv-udiv-512.ll
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D25874.75603.patch
Type: text/x-patch
Size: 18022 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20161024/493d1958/attachment.bin>
More information about the llvm-commits
mailing list