mirror of
https://github.com/RPCS3/llvm.git
synced 2024-12-14 07:31:53 +00:00
10310d2d11
There are two fixes here: one, AnalyzeUsesOfPointer can't return false until it has checked all the uses of the pointer. Two, if a global uses another global, we have to assume the address of the first global escapes. Fixes https://llvm.org/bugs/show_bug.cgi?id=30707 . Differential Revision: https://reviews.llvm.org/D25798 git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@285034 91177308-0d34-0410-b5e6-96231b3b80d8 |
||
---|---|---|
.. | ||
2008-09-03-ReadGlobals.ll | ||
aliastest.ll | ||
atomic-instrs.ll | ||
chaining-analysis.ll | ||
comdat-ipo.ll | ||
dead-uses.ll | ||
func-memattributes.ll | ||
global-used-by-global.ll | ||
inaccessiblememonly.ll | ||
indirect-global.ll | ||
memset-escape.ll | ||
modreftest.ll | ||
no-escape.ll | ||
nonescaping-noalias.ll | ||
pr12351.ll | ||
pr25309.ll | ||
purecse.ll | ||
volatile-instrs.ll | ||
weak-interposition.ll |