hanchenye-llvm-project/llvm/test/Analysis/GlobalsModRef
Nadav Rotem 5d4e205874 MemoryDependenceAnalysis attempts to find the first memory dependency for function calls.
Currently, if GetLocation reports that it did not find a valid pointer (this is the case for volatile load/stores),
we ignore the result. This patch adds code to handle the cases where we did not obtain a valid pointer.

rdar://11872864  PR12899

llvm-svn: 161802
2012-08-13 23:03:43 +00:00
..
2008-09-03-ReadGlobals.ll FileCheck-ize tests. 2012-04-24 10:45:44 +00:00
aliastest.ll FileCheck-ize tests. 2012-04-24 10:45:44 +00:00
chaining-analysis.ll FileCheck-ize tests. 2012-04-24 10:45:44 +00:00
indirect-global.ll FileCheck-ize tests. 2012-04-24 10:45:44 +00:00
lit.local.cfg
modreftest.ll FileCheck-ize tests. 2012-04-24 10:45:44 +00:00
pr12351.ll
purecse.ll FileCheck-ize tests. 2012-04-24 10:45:44 +00:00
volatile-instrs.ll MemoryDependenceAnalysis attempts to find the first memory dependency for function calls. 2012-08-13 23:03:43 +00:00