1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-24 03:33:20 +01:00
llvm-mirror/test/Analysis/CFLAliasAnalysis
George Burgess IV 395bb904a1 Fixed a bug where CFLAA would crash the compiler.
We would crash if we couldn't locate a Function that either Location's
Value belonged to. Now we just print out a debug message and return 
conservatively.

llvm-svn: 228901
2015-02-12 03:07:07 +00:00
..
arguments-globals.ll
arguments.ll
asm-global-bugfix.ll Fixed a bug where CFLAA would crash the compiler. 2015-02-12 03:07:07 +00:00
basic-interproc-ret.ll
basic-interproc.ll
const-expr-gep.ll
constant-over-index.ll
empty.ll
full-store-partial-alias.ll Fix incorrect partial aliasing 2015-01-26 17:31:17 +00:00
gep-signed-arithmetic.ll Fix incorrect partial aliasing 2015-01-26 17:31:17 +00:00
multilevel-combine.ll
multilevel.ll
must-and-partial.ll Fix incorrect partial aliasing 2015-01-26 17:31:17 +00:00
phi-and-select.ll
simple.ll
stratified-attrs-indexing.ll
va.ll