[InstCombine] Signed saturation patterns
[llvm-core.git] / test / Object / X86 / irsymtab-bad-alias.ll
blobc54436d5921929779cb1c733a822902a049dac6b
1 ; Check that we do not create an irsymtab for modules with malformed IR.
3 ; RUN: opt -o %t %s
4 ; RUN: llvm-bcanalyzer -dump %t | FileCheck %s
6 ; CHECK-NOT: <SYMTAB_BLOCK
8 target datalayout = "e-m:e-i64:64-f80:128-n8:16:32:64-S128"
9 target triple = "x86_64-unknown-linux-gnu"
11 @g1 = global i32 1
12 @g2 = global i32 2
14 @a = alias i32, inttoptr(i32 sub (i32 ptrtoint (i32* @g1 to i32),
15                                   i32 ptrtoint (i32* @g2 to i32)) to i32*)