[PATCH] D31490: Support arbitrary address space pointers in masked gather/scatter intrinsics

Elad Cohen via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Apr 19 07:16:27 PDT 2017


eladcohen updated this revision to Diff 95738.
eladcohen added a comment.

Fixed Elena's comment.


https://reviews.llvm.org/D31490

Files:
  docs/LangRef.rst
  include/llvm/IR/Intrinsics.h
  include/llvm/IR/Intrinsics.td
  lib/IR/AutoUpgrade.cpp
  lib/IR/Function.cpp
  lib/IR/IRBuilder.cpp
  test/Analysis/CostModel/X86/masked-intrinsic-cost.ll
  test/Analysis/CostModel/X86/vector_gep.ll
  test/Assembler/auto_upgrade_intrinsics.ll
  test/CodeGen/X86/masked_gather_scatter.ll
  test/Transforms/FunctionAttrs/readattrs.ll
  test/Transforms/GVN/2016-08-30-MaskedScatterGather.ll
  test/Transforms/InstCombine/masked_intrinsics.ll
  test/Transforms/LoopVectorize/X86/consecutive-ptr-uniforms.ll
  test/Transforms/LoopVectorize/X86/gather_scatter.ll
  test/Transforms/LoopVectorize/X86/scatter_crash.ll
  test/Transforms/NewGVN/2016-08-30-MaskedScatterGather.ll
  test/Verifier/scatter_gather.ll
  utils/TableGen/IntrinsicEmitter.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D31490.95738.patch
Type: text/x-patch
Size: 82526 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20170419/54ca59e2/attachment.bin>


More information about the llvm-commits mailing list