[ARM] More MVE compare vector splat combines for ANDs
[llvm-complete.git] / test / Transforms / ThinLTOBitcodeWriter / filter-alias.ll
blob200d494f2474e9f88444dce76407256efd971c63
1 ; RUN: opt -thinlto-bc -thinlto-split-lto-unit -o %t %s
2 ; RUN: llvm-modextract -n 0 -o - %t | llvm-dis | FileCheck --check-prefix=CHECK0 %s
3 ; RUN: llvm-modextract -n 1 -o - %t | llvm-dis | FileCheck --check-prefix=CHECK1 %s
4 ; CHECK0-NOT: @{{.*}}anon{{.*}}=
5 ; CHECK0: @al = external global i8*
6 ; CHECK0-NOT: @{{.*}}anon{{.*}}=
7 ; CHECK1: @al = unnamed_addr alias i8*,
9 target datalayout = "e-m:w-i64:64-f80:128-n8:16:32:64-S128"
10 target triple = "x86_64-pc-windows-msvc19.0.24215"
12 $al = comdat any
14 @anon = private unnamed_addr constant { [1 x i8*] } { [1 x i8*] [i8* null] }, comdat($al), !type !0
16 @al = external unnamed_addr alias i8*, getelementptr inbounds ({ [1 x i8*] }, { [1 x i8*] }* @anon, i32 0, i32 0, i32 1)
18 @foo = global i32 1
20 !0 = !{i64 8, !"?AVA@@"}