• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1; RUN: llc < %s -mtriple=i686 -stop-after=finalize-isel | FileCheck %s
2
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 $eflags
4define void @foo() {
5entry:
6  call void asm sideeffect "", "~{dirflag},~{fpsr},~{flags}"()
7  ret void
8}
9