llvm-6502/test/Transforms/AddReadAttrs
Duncan Sands 516ec62bfe Allow readnone functions to read (and write!) global
constants, since doing so is irrelevant for aliasing
purposes.  While this doesn't increase the total number
of functions marked readonly or readnone in MultiSource/
Applications (3089), it does result in 12 functions being
marked readnone rather than readonly.
Before:
  readnone: 820
  readonly: 2269
After:
  readnone: 832
  readonly: 2257


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@61469 91177308-0d34-0410-b5e6-96231b3b80d8
2008-12-29 11:34:09 +00:00
..
2008-09-03-Mutual.ll
2008-09-03-ReadNone.ll Add test for improvement of readonly to readnone, 2008-09-19 09:20:05 +00:00
2008-09-03-ReadOnly.ll
2008-09-13-VolatileRead.ll
2008-10-04-LocalMemory.ll Ignore loads from and stores to local memory (i.e. allocas) 2008-10-04 13:24:24 +00:00
2008-12-29-Constant.ll Allow readnone functions to read (and write!) global 2008-12-29 11:34:09 +00:00
dg.exp Turn on these tests! 2008-09-19 09:16:32 +00:00