brintos

brintos / llvm-project-archived public Read only

0
0
Text · 386 B · 4a8906a Raw
9 lines · plain
1; RUN: llc < %s -mtriple=i686 -stop-after=finalize-isel | FileCheck %s2 3; CHECK: INLINEASM &"", 1 /* sideeffect attdialect */, 12 /* clobber */, implicit-def early-clobber $df, 12 /* clobber */, implicit-def early-clobber $fpsw, 12 /* clobber */, implicit-def early-clobber $eflags4define void @foo() {5entry:6  call void asm sideeffect "", "~{dirflag},~{fpsr},~{flags}"()7  ret void8}9