12 lines · plain
1; RUN: llc -o - %s -mtriple=x86_64-linux-gnu -trap-unreachable | FileCheck %s2; RUN: llc -o - %s -mtriple=x86_64-linux-gnu -trap-unreachable -fast-isel | FileCheck %s3 4define dso_local void @foo() #0 {5entry:6 tail call void asm sideeffect "movl 3,%eax", "~{dirflag},~{fpsr},~{flags}"()7 unreachable8}9; CHECK-NOT: ud210 11attributes #0 = { naked }12