Similar to argmemonly, readonly and readnone.
Fix PR35128
Paths
| Differential D39434
Allow inaccessiblememonly and inaccessiblemem_or_argmemonly to be overwriten on call site with operand bundle ClosedPublic Authored by yuyichao on Oct 30 2017, 2:10 PM.
Details Summary Similar to argmemonly, readonly and readnone. Fix PR35128
Diff Detail
Event TimelineThis revision is now accepted and ready to land.Oct 30 2017, 2:55 PM Comment Actions Actually I just realized that the last test is referring to auto upgraded attribute numbers, I'll check if I can directly use new attribute syntax and have more predictable numbers (or do regex matching instead) Comment Actions Updated the test to match the format after autoupgrade. Thanks for the review. Will leave open for a few more days before merging. Closed by commit rL317201: Allow inaccessiblememonly and inaccessiblemem_or_argmemonly to be overwriten on… (authored by yuyichao). · Explain WhyNov 2 2017, 5:19 AM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 121285 llvm/trunk/include/llvm/IR/CallSite.h
llvm/trunk/include/llvm/IR/InstrTypes.h
llvm/trunk/include/llvm/IR/Instructions.h
llvm/trunk/lib/Analysis/BasicAliasAnalysis.cpp
llvm/trunk/test/Analysis/BasicAA/cs-cs.ll
|