[PATCH] D26011: [X86][AVX512DQ] Improve lowering of MUL v2i64 and v4i64
Simon Pilgrim via llvm-commits
llvm-commits at lists.llvm.org
Wed Oct 26 13:55:49 PDT 2016
RKSimon created this revision.
RKSimon added reviewers: delena, igorb.
RKSimon added a subscriber: llvm-commits.
RKSimon set the repository for this revision to rL LLVM.
With DQI but without VLX, lower v2i64 and v4i64 MUL operations with v8i64 MUL (vpmullq).
Updated cost table accordingly.
Repository:
rL LLVM
https://reviews.llvm.org/D26011
Files:
lib/Target/X86/X86ISelLowering.cpp
lib/Target/X86/X86TargetTransformInfo.cpp
test/Analysis/CostModel/X86/arith.ll
test/CodeGen/X86/avx512-arith.ll
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D26011.75943.patch
Type: text/x-patch
Size: 6548 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20161026/31b4ce89/attachment.bin>
More information about the llvm-commits
mailing list