[PATCH] D11439: [X86][SSE] Vectorize i64 ASHR operations
Simon Pilgrim
llvm-dev at redking.me.uk
Wed Jul 22 16:20:50 PDT 2015
RKSimon created this revision.
RKSimon added reviewers: qcolombet, delena, andreadb, spatel.
RKSimon added a subscriber: llvm-commits.
RKSimon set the repository for this revision to rL LLVM.
This patch vectorizes the 2i64/4i64 ASHR shift operations - the only remaining integer vector shifts that still are being transferred to/from the scalar unit to be completed.
Note: The poor code gen for the X32 tests will be improved by D11327.
Repository:
rL LLVM
http://reviews.llvm.org/D11439
Files:
lib/Target/X86/X86ISelLowering.cpp
lib/Target/X86/X86TargetTransformInfo.cpp
test/Analysis/CostModel/X86/arith.ll
test/Analysis/CostModel/X86/testshiftashr.ll
test/CodeGen/X86/vector-shift-ashr-128.ll
test/CodeGen/X86/vector-shift-ashr-256.ll
utils/update_llc_test_checks.py
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D11439.30419.patch
Type: text/x-patch
Size: 30675 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20150722/17bb7468/attachment.bin>
More information about the llvm-commits
mailing list