10 lines · plain
1; RUN: llc -mtriple=mipsel -mcpu=mips64r6 -target-abi n64 < %s | FileCheck %s2; RUN: not llc -mtriple=mipsel -mcpu=mips64r6 -target-abi n64 -mattr=+dsp < %s 2>&1 | FileCheck --check-prefix=DSP %s3 4; CHECK: foo:5; DSP: MIPS64r6 is not compatible with the DSP ASE6 7define void @foo() nounwind {8 ret void9}10