[PATCH] D16828: [x86] convert masked store of one element to scalar store

Sanjay Patel via llvm-commits llvm-commits at lists.llvm.org
Tue Feb 2 15:28:48 PST 2016


spatel created this revision.
spatel added reviewers: delena, igorb, RKSimon.
spatel added a subscriber: llvm-commits.
Herald added a subscriber: mcrosier.

Another opportunity to reduce masked stores: in D16691, we decided not to attempt the 'one mask element is set' transform in InstCombine, but I think this should be a win for any AVX machine.

http://reviews.llvm.org/D16828

Files:
  lib/Target/X86/X86ISelLowering.cpp
  test/CodeGen/X86/masked_memop.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D16828.46713.patch
Type: text/x-patch
Size: 6603 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20160202/04a00a86/attachment.bin>


More information about the llvm-commits mailing list