[PATCH] D14150: Pointers in Masked Load, Store, Gather, Scatter intrinsics.

Elena Demikhovsky via llvm-commits llvm-commits at lists.llvm.org
Wed Oct 28 08:32:32 PDT 2015


delena created this revision.
delena added reviewers: Ayal, hfinkel, mzolotukhin.
delena added subscribers: llvm-commits, mkuper.
delena set the repository for this revision to rL LLVM.

The masked intrinsics support all integer and floating point data types. I added the pointer type to this list.
Added tests for CodeGen and for Loop Vectorizer.
Updated the Language Reference.

Repository:
  rL LLVM

http://reviews.llvm.org/D14150

Files:
  ../docs/LangRef.rst
  ../lib/IR/Function.cpp
  ../lib/Target/X86/X86TargetTransformInfo.cpp
  ../test/CodeGen/X86/masked_gather_scatter.ll
  ../test/CodeGen/X86/masked_memop.ll
  ../test/Transforms/LoopVectorize/X86/masked_load_store.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D14150.38661.patch
Type: text/x-patch
Size: 14902 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20151028/039e1eb6/attachment.bin>


More information about the llvm-commits mailing list