repo.or.cz
/
llvm-project.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Bump version to 19.1.0-rc3
[llvm-project.git]
/
llvm
/
test
/
CodeGen
/
Mips
/
mips32r6
/
compatibility.ll
blob
8eac8d4683d151de3d21dfcc82adec72c031d27a
1
; RUN: llc -march=mipsel -mcpu=mips32r6 < %s | FileCheck %s
2
; RUN: not llc -march=mipsel -mcpu=mips32r6 -mattr=+dsp < %s 2>&1 | FileCheck --check-prefix=DSP %s
3
4
; CHECK: foo:
5
; DSP: MIPS32r6 is not compatible with the DSP ASE
6
7
define void @foo() nounwind {
8
ret void
9
}