1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-22 04:22:57 +02:00
llvm-mirror/test/Analysis/CFLAliasAnalysis
Hal Finkel aebf419a5c [CFL-AA] CFL-AA should not assert on an va_arg instruction
The CFL-AA implementation was missing a visit* routine for va_arg instructions,
causing it to assert when run on a function that had one. For now, handle these
in a conservative way.

Fixes PR20954.

llvm-svn: 219718
2014-10-14 20:51:26 +00:00
..
arguments-globals.ll
arguments.ll
basic-interproc-ret.ll
basic-interproc.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
phi-and-select.ll
simple.ll
va.ll [CFL-AA] CFL-AA should not assert on an va_arg instruction 2014-10-14 20:51:26 +00:00