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
[CodeGen] Remove some implict conversions of MCRegister to unsigned by using(). NFC
[llvm-project.git]
/
llvm
/
test
/
MC
/
Mips
/
mips2
/
invalid-mips32r2-xfail.s
blob
073f7777b33fe53e6da1b6730a6692d65aef7bb0
1
# Instructions that are supposed to be invalid but currently aren't
2
# This test will XPASS if any insn stops assembling.
3
#
4
# RUN: not llvm-mc %s -triple=mips-unknown-linux -show-encoding -mcpu=mips2 \
5
# RUN: 2> %t1
6
# RUN: not FileCheck %s < %t1
7
# XFAIL: *
8
9
# CHECK-NOT: error
10
.set noat
11
rdhwr $sp
,
$
11