mirror of
https://github.com/RPCS3/llvm.git
synced 2024-11-28 22:20:43 +00:00
dc5cb4d4ca
Prior to this patch, we hadn't been marking StratifiedSets with the appropriate StratifiedAttrs when handling the result of no-args call instructions. This caused us to report NoAlias when handed, for example, an escaped alloca and a result from an opaque function. Now we properly mark the return value of said functions. Thanks again to Chandler, Richard, and Nick for pinging me about this. Differential review: http://reviews.llvm.org/D12408 git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@246240 91177308-0d34-0410-b5e6-96231b3b80d8 |
||
---|---|---|
.. | ||
arguments-globals.ll | ||
arguments.ll | ||
asm-global-bugfix.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-signed-arithmetic.ll | ||
multilevel-combine.ll | ||
multilevel.ll | ||
must-and-partial.ll | ||
opaque-call-alias.ll | ||
phi-and-select.ll | ||
simple.ll | ||
stratified-attrs-indexing.ll | ||
va.ll |