[llvm-commits] [llvm] r124125 - /llvm/trunk/test/Analysis/BasicAA/full-store-partial-alias.ll

Dan Gohman gohman at apple.com
Mon Jan 24 09:54:02 PST 2011


Author: djg
Date: Mon Jan 24 11:54:01 2011
New Revision: 124125

URL: http://llvm.org/viewvc/llvm-project?rev=124125&view=rev
Log:
Add another rdar number.

Modified:
    llvm/trunk/test/Analysis/BasicAA/full-store-partial-alias.ll

Modified: llvm/trunk/test/Analysis/BasicAA/full-store-partial-alias.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/Analysis/BasicAA/full-store-partial-alias.ll?rev=124125&r1=124124&r2=124125&view=diff
==============================================================================
--- llvm/trunk/test/Analysis/BasicAA/full-store-partial-alias.ll (original)
+++ llvm/trunk/test/Analysis/BasicAA/full-store-partial-alias.ll Mon Jan 24 11:54:01 2011
@@ -1,6 +1,6 @@
 ; RUN: opt -S -tbaa -basicaa -gvn < %s | grep {ret i32 %}
 ; RUN: opt -S -tbaa -gvn < %s | grep {ret i32 0}
-; rdar://8875631
+; rdar://8875631, rdar://8875069
 
 ; BasicAA should notice that the store stores to the entire %u object,
 ; so the %tmp5 load is PartialAlias with the store and suppress TBAA.





More information about the llvm-commits mailing list