[PATCH] Specify the access behaviour of the memcpy, memmove and memset intrinsics

Arnaud Allard de Grandmaison arnaud.adegm at gmail.com
Wed May 1 12:58:42 PDT 2013


  Fix ARMFastISel/SelectCall calls.

  I just found out I was not building the ARM target and did not caught this trivial error :(.

Hi chandlerc,

http://llvm-reviews.chandlerc.com/D386

CHANGE SINCE LAST DIFF
  http://llvm-reviews.chandlerc.com/D386?vs=1793&id=1795#toc

Files:
  docs/LangRef.rst
  include/llvm/IR/IntrinsicInst.h
  include/llvm/IR/Intrinsics.td
  lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp
  lib/IR/AutoUpgrade.cpp
  lib/IR/IRBuilder.cpp
  lib/IR/Verifier.cpp
  lib/Target/ARM/ARMFastISel.cpp
  lib/Transforms/Utils/InlineFunction.cpp
  test/Analysis/TypeBasedAliasAnalysis/memcpyopt.ll
  test/Assembler/auto_upgrade_intrinsics.ll
  test/Transforms/DeadStoreElimination/OverwriteStoreEnd.ll
  test/Transforms/InstCombine/objsize.ll
  test/Transforms/InstCombine/sprintf-1.ll
  test/Transforms/LoopIdiom/basic.ll
  test/Transforms/MemCpyOpt/align.ll
  test/Transforms/MemCpyOpt/smaller.ll
  test/Verifier/2006-12-12-IntrinsicDefine.ll
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D386.5.patch
Type: text/x-patch
Size: 25432 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20130501/97dc54f6/attachment.bin>


More information about the llvm-commits mailing list