brintos

brintos / llvm-project-archived public Read only

0
0
Text · 329 B · 67a7d06 Raw
13 lines · plain
1; RUN: llc -mtriple=x86_64-pc-linux-gnu < %s | FileCheck %s2 3@foobar = common dso_local global i32 0, align 44 5define dso_local void @zed() nounwind {6entry:7  call void asm "movq %mm2,${0:H}", "=*m,~{dirflag},~{fpsr},~{flags}"(ptr elementtype(i32) @foobar) nounwind8  ret void9}10 11; CHECK: zed12; CHECK: movq %mm2, foobar+8(%rip)13