[PATCH] D13855: Masked load/store optimization for scalar code

Elena Demikhovsky via llvm-commits llvm-commits at lists.llvm.org
Sun Oct 18 23:17:36 PDT 2015


delena created this revision.
delena added a reviewer: mkuper.
delena added a subscriber: llvm-commits.
delena set the repository for this revision to rL LLVM.

When the target is unable to handle masked load/store intrinsic, we convert the intrinsic to scalar code. I added optimization for constant mask.

Repository:
  rL LLVM

http://reviews.llvm.org/D13855

Files:
  ../lib/CodeGen/CodeGenPrepare.cpp
  ../test/CodeGen/X86/masked_memop.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D13855.37718.patch
Type: text/x-patch
Size: 8444 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20151019/9952f90c/attachment.bin>


More information about the llvm-commits mailing list