Added sub-formats to the NeonI/NeonXI instructions to further refine the NEONFrm
[oota-llvm.git] / test / CodeGen / ARM / str_pre-2.ll
1 ; RUN: llc < %s -mtriple=arm-linux-gnu | grep {str.*\\!}
2 ; RUN: llc < %s -mtriple=arm-linux-gnu | grep {ldr.*\\\[.*\], #4}
3
4 @b = external global i64*
5
6 define i64 @t(i64 %a) nounwind readonly {
7 entry:
8         %0 = load i64** @b, align 4
9         %1 = load i64* %0, align 4
10         %2 = mul i64 %1, %a
11         ret i64 %2
12 }