llvm-6502/test/Transforms/FunctionAttrs
Duncan Sands 338cd6ba6e When calculating 'nocapture' argument attributes, allow
the argument to be stored to an alloca by tracking uses
of the alloca.  This occurs 4 times (out of 7121, 0.05%)
in MultiSource/Applications, so may not be worth it.  On
the other hand, it is easy to do and fairly cheap.  The
functions it helps are: W_addcom and W_addlit in spiff;
process_args (argv) in d (make_dparser); ercPixConcealIMB
in JM/ldecod.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@61570 91177308-0d34-0410-b5e6-96231b3b80d8
2009-01-02 11:54:37 +00:00
..
2008-09-03-Mutual.ll Rename AddReadAttrs to FunctionAttrs, and teach it how 2008-12-31 16:14:43 +00:00
2008-09-03-ReadNone.ll Rename AddReadAttrs to FunctionAttrs, and teach it how 2008-12-31 16:14:43 +00:00
2008-09-03-ReadOnly.ll Rename AddReadAttrs to FunctionAttrs, and teach it how 2008-12-31 16:14:43 +00:00
2008-09-13-VolatileRead.ll Rename AddReadAttrs to FunctionAttrs, and teach it how 2008-12-31 16:14:43 +00:00
2008-10-04-LocalMemory.ll Rename AddReadAttrs to FunctionAttrs, and teach it how 2008-12-31 16:14:43 +00:00
2008-12-29-Constant.ll Rename AddReadAttrs to FunctionAttrs, and teach it how 2008-12-31 16:14:43 +00:00
2008-12-31-NoCapture.ll Remove the cyclic part of this test, it was passing for the wrong 2009-01-02 03:52:27 +00:00
2009-01-02-LocalStores.ll When calculating 'nocapture' argument attributes, allow 2009-01-02 11:54:37 +00:00
dg.exp Rename AddReadAttrs to FunctionAttrs, and teach it how 2008-12-31 16:14:43 +00:00