[Reland][Runtimes] Merge 'compile_commands.json' files from runtimes build (#116303)
[llvm-project.git] / llvm / test / CodeGen / ARM / copy-paired-reg.ll
blob91c551808eb79509d3d0b6465ee225d93178413f
1 ; RUN: llc < %s -mtriple=armv7-apple-ios -verify-machineinstrs
2 ; RUN: llc < %s -mtriple=armv7-linux-gnueabi -verify-machineinstrs
4 define void @f() {
5   %a = alloca i8, i32 8, align 8
6   %b = alloca i8, i32 8, align 8
9   store atomic i64 0, ptr %a seq_cst, align 8
10   store atomic i64 0, ptr %b seq_cst, align 8
12   %e = load atomic i64, ptr %b seq_cst, align 8
14   ret void