[Reland][Runtimes] Merge 'compile_commands.json' files from runtimes build (#116303)
[llvm-project.git] / llvm / test / CodeGen / X86 / inline-asm-h.ll
blob67a7d067fdd9ce442dce99ae717ba0d697d82701
1 ; RUN: llc -mtriple=x86_64-pc-linux-gnu < %s | FileCheck %s
3 @foobar = common dso_local global i32 0, align 4
5 define dso_local void @zed() nounwind {
6 entry:
7   call void asm "movq %mm2,${0:H}", "=*m,~{dirflag},~{fpsr},~{flags}"(ptr elementtype(i32) @foobar) nounwind
8   ret void
11 ; CHECK: zed
12 ; CHECK: movq %mm2, foobar+8(%rip)