[PATCH] D39434: Allow inaccessiblememonly and inaccessiblemem_or_argmemonly to be overwriten on call site with operand bundle

Yichao Yu via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Oct 30 14:10:55 PDT 2017


yuyichao created this revision.

Similar to argmemonly, readonly and readnone.

Fix PR35128


https://reviews.llvm.org/D39434

Files:
  include/llvm/IR/CallSite.h
  include/llvm/IR/InstrTypes.h
  include/llvm/IR/Instructions.h
  lib/Analysis/BasicAliasAnalysis.cpp
  test/Analysis/BasicAA/cs-cs.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D39434.120881.patch
Type: text/x-patch
Size: 11102 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20171030/6f29bede/attachment.bin>


More information about the llvm-commits mailing list