mirror of
https://github.com/RPCSX/llvm.git
synced 2024-11-30 23:20:54 +00:00
bec2df684f
Prior to this patch, we used argument/global stratified attributes in order to note that a value could have come from either dereferencing a global/arg, or from the assignment from a global/arg. Now, AttrUnknown is placed on sets when we see a dereference, instead of the global/arg attributes. This allows us to be more aggressive in the future when we see global/arg attributes without AttrUnknown. Patch by Jia Chen. Differential Revision: http://reviews.llvm.org/D21110 git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@272335 91177308-0d34-0410-b5e6-96231b3b80d8 |
||
---|---|---|
.. | ||
arguments-globals.ll | ||
arguments.ll | ||
asm-global-bugfix.ll | ||
attr-escape.ll | ||
basic-interproc-ret.ll | ||
basic-interproc.ll | ||
branch-alias.ll | ||
const-expr-gep.ll | ||
constant-over-index.ll | ||
empty.ll | ||
full-store-partial-alias.ll | ||
gep-index-no-alias.ll | ||
gep-signed-arithmetic.ll | ||
malloc-and-free.ll | ||
multilevel-combine.ll | ||
multilevel.ll | ||
must-and-partial.ll | ||
opaque-call-alias.ll | ||
phi-and-select.ll | ||
pr27213.ll | ||
simple.ll | ||
stratified-attrs-indexing.ll | ||
va.ll |