[PATCH] D16528: AVX1 : Enable vector masked_load/store to AVX1
Igor Breger via llvm-commits
llvm-commits at lists.llvm.org
Mon Jan 25 01:33:50 PST 2016
igorb created this revision.
igorb added a reviewer: delena.
igorb added a subscriber: llvm-commits.
igorb set the repository for this revision to rL LLVM.
AVX1 : Enable vector masked_load/store to AVX1.
Use AVX1 FP instructions (vmaskmovps/pd) in place of the AVX2 int instructions (vpmaskmovd/q).
Repository:
rL LLVM
http://reviews.llvm.org/D16528
Files:
lib/Target/X86/X86InstrSSE.td
lib/Target/X86/X86TargetTransformInfo.cpp
test/CodeGen/X86/masked_memop.ll
test/Transforms/LoopVectorize/X86/masked_load_store.ll
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D16528.45845.patch
Type: text/x-patch
Size: 85817 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20160125/11cf50ba/attachment.bin>
More information about the llvm-commits
mailing list