llvm-6502/test/Transforms/FunctionAttrs
Duncan Sands ad6f541840 If a function does a volatile load from a global constant, do not
consider it to be readonly.  In fact, don't even consider it to be
readonly if it does a volatile load from an AllocaInst either (it
is debatable as to whether readonly would be correct or not in this
case; play safe for the moment).  This fixes PR8279.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@117783 91177308-0d34-0410-b5e6-96231b3b80d8
2010-10-30 12:59:44 +00:00
..
2008-09-03-Mutual.ll
2008-09-03-ReadNone.ll
2008-09-03-ReadOnly.ll
2008-09-13-VolatileRead.ll
2008-10-04-LocalMemory.ll
2008-12-29-Constant.ll
2008-12-31-NoCapture.ll
2009-01-02-LocalStores.ll
2009-05-06-Malloc.ll
2010-10-30-volatile.ll If a function does a volatile load from a global constant, do not 2010-10-30 12:59:44 +00:00
dg.exp