[PATCH] D22519: Invariant start/end intrinsics overloaded for address space

Anna Thomas via llvm-commits llvm-commits at lists.llvm.org
Thu Jul 21 13:01:15 PDT 2016


anna updated this revision to Diff 64944.
anna added a comment.

fix for clang build break: create array of Type* containing the single element, 
and passing this Type*[] into Intrinsic::getDeclaration and Intrinsic::getName


https://reviews.llvm.org/D22519

Files:
  docs/LangRef.rst
  include/llvm/IR/Intrinsics.td
  lib/IR/AutoUpgrade.cpp
  test/Assembler/auto_upgrade_intrinsics.ll
  test/CodeGen/AMDGPU/promote-alloca-invariant-markers.ll
  test/Feature/memorymarkers.ll
  test/Transforms/GlobalOpt/invariant-nodatalayout.ll
  test/Transforms/GlobalOpt/invariant.ll
  test/Transforms/InstCombine/invariant.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D22519.64944.patch
Type: text/x-patch
Size: 10206 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20160721/e16dbff8/attachment.bin>


More information about the llvm-commits mailing list