[ARM] Better OR's for MVE compares
[llvm-core.git] / test / Integer / undefined_bt.ll
blob7eba59039b956513b458a8828502be2771125495
1 ; RUN: llvm-as %s -o - | llvm-dis > %t1.ll
2 ; RUN: llvm-as %t1.ll -o - | llvm-dis > %t2.ll
3 ; RUN: diff %t1.ll %t2.ll
6 @X = global i31 undef
9 declare i32 @"atoi"(i8 *)
11 define i63 @test() {
12         ret i63 undef
15 define i31 @test2() {
16         %X = add i31 undef, 1
17         ret i31 %X