1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-22 12:33:33 +02:00
llvm-mirror/test/Transforms/FunctionAttrs
Duncan Sands e90202e388 Revert r70876 and add a testcase (@c7) showing the problem:
bits captured, but the pointer marked nocapture.  In fact
I now recall that this problem is why only readnone functions
returning void were considered before!  However keep a small
fix that was also in r70876: a readnone function returning
void can result in bits being captured if it unwinds, so
test for this.

llvm-svn: 71168
2009-05-07 18:08:34 +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 Revert r70876 and add a testcase (@c7) showing the problem: 2009-05-07 18:08:34 +00:00
2009-01-02-LocalStores.ll Remove alloca tracking from nocapture analysis. Not only 2009-01-07 19:39:06 +00:00
2009-05-06-Malloc.ll Fix PR3754: don't mark functions that wrap MallocInst with 2009-05-06 08:42:00 +00:00
dg.exp