1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-21 03:53:04 +02: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 Added test to cover the CFLAA bitset indexing bug. 2015-01-21 22:39:35 +00:00
va.ll [CFL-AA] CFL-AA should not assert on an va_arg instruction 2014-10-14 20:51:26 +00:00