[Demangle] Add a few more options to the microsoft demangler
[llvm-complete.git] / test / CodeGen / X86 / legalize-types-remapid.ll
blobd24ec2d3b556cc4850f28034d2ce03e3cb6c1692
1 ; RUN: llc -mtriple=i386 -mcpu=generic -O0 -o /dev/null %s
3 @c = global i32 0
4 @d = global <2 x i64> zeroinitializer
6 define void @test() {
7 bb1:
8   %t0 = load <2 x i64>, <2 x i64>* @d
9   %t0.i0 = extractelement <2 x i64> %t0, i32 0
10   %t0.i0.cast = bitcast i64 %t0.i0 to <2 x i32>
11   %t0.i0.cast.i0 = extractelement <2 x i32> %t0.i0.cast, i32 0
12   store volatile i32 %t0.i0.cast.i0, i32* @c
13   %t0.i0.cast.i1 = extractelement <2 x i32> %t0.i0.cast, i32 1
14   store volatile i32 %t0.i0.cast.i1, i32* @c
15   ret void