brintos

brintos / llvm-project-archived public Read only

0
0
Text · 317 B · 5145d64 Raw
11 lines · plain
1; RUN: llc -mtriple=m68k -mattr="+isa-68881" %s -o - 2>&1 | FileCheck %s2; RUN: llc -mtriple=m68k -mattr="+isa-68882" %s -o - 2>&1 | FileCheck %s3 4define dso_local i32 @f() {5entry:6  ret i32 07}8 9; Make sure that all of the features listed are recognized.10; CHECK-NOT:    is not a recognized feature for this target11