XFAIL test/CodeGen/Generic/MachineBranchProb.ll on Hexagon (PR23377)
[oota-llvm.git] / test / CodeGen / Generic / dag-combine-crash.ll
1 ; RUN: llc < %s
2
3 define void @main()  {
4 if.end:
5   br label %block.i.i
6
7 block.i.i:
8   %tmpbb = load i8, i8* undef
9   %tmp54 = zext i8 %tmpbb to i64
10   %tmp59 = and i64 %tmp54, 8
11   %tmp60 = add i64 %tmp59, 3691045929300498764
12   %tmp62 = sub i64 %tmp60, 3456506383779105993
13   %tmp63 = xor i64 1050774804270620004, %tmp62
14   %tmp65 = xor i64 %tmp62, 234539545521392771
15   %tmp67 = or i64 %tmp65, %tmp63
16   %tmp71 = xor i64 %tmp67, 6781485823212740913
17   %tmp72 = trunc i64 %tmp71 to i32
18   %tmp74 = lshr i32 2, %tmp72
19   store i32 %tmp74, i32* undef
20   br label %block.i.i
21 }