aboutsummaryrefslogtreecommitdiffstats
path: root/test/CodeGen/Mips/mips64r6/compatibility.ll
blob: 429f68d784bbfb8b72383de13cc440f3b3e3b258 (plain)
1
2
3
4
5
6
7
8
9
; RUN: llc -march=mipsel -mcpu=mips64r6 < %s | FileCheck %s
; RUN: not llc -march=mipsel -mcpu=mips64r6 -mattr=+dsp < %s 2>&1 | FileCheck --check-prefix=DSP %s

; CHECK: foo:
; DSP: MIPS64r6 is not compatible with the DSP ASE

define void @foo() nounwind {
  ret void
}