xref: /aosp_15_r20/external/llvm/test/MC/Mips/mips2/invalid-mips32r2-xfail.s (revision 9880d6810fe72a1726cb53787c6711e909410d58)
1*9880d681SAndroid Build Coastguard Worker# Instructions that are supposed to be invalid but currently aren't
2*9880d681SAndroid Build Coastguard Worker# This test will XPASS if any insn stops assembling.
3*9880d681SAndroid Build Coastguard Worker#
4*9880d681SAndroid Build Coastguard Worker# RUN: not llvm-mc %s -triple=mips-unknown-linux -show-encoding -mcpu=mips2 \
5*9880d681SAndroid Build Coastguard Worker# RUN:     2> %t1
6*9880d681SAndroid Build Coastguard Worker# RUN: not FileCheck %s < %t1
7*9880d681SAndroid Build Coastguard Worker# XFAIL: *
8*9880d681SAndroid Build Coastguard Worker
9*9880d681SAndroid Build Coastguard Worker# CHECK-NOT: error
10*9880d681SAndroid Build Coastguard Worker        .set noat
11*9880d681SAndroid Build Coastguard Worker        rdhwr   $sp,$11
12