projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c98d82a
)
Add another rdar number.
author
Dan Gohman
<gohman@apple.com>
Mon, 24 Jan 2011 17:54:01 +0000
(17:54 +0000)
committer
Dan Gohman
<gohman@apple.com>
Mon, 24 Jan 2011 17:54:01 +0000
(17:54 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@124125
91177308
-0d34-0410-b5e6-
96231b3b80d8
test/Analysis/BasicAA/full-store-partial-alias.ll
patch
|
blob
|
history
diff --git
a/test/Analysis/BasicAA/full-store-partial-alias.ll
b/test/Analysis/BasicAA/full-store-partial-alias.ll
index f92c689516e3101c26926735ef2e52c3fe488de1..4fa6375c14391b0b4de5248871db4c7f39f421b7 100644
(file)
--- a/
test/Analysis/BasicAA/full-store-partial-alias.ll
+++ b/
test/Analysis/BasicAA/full-store-partial-alias.ll
@@
-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.