mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-25 12:12:47 +01:00
6072bf56a8
Summary: To limit the number of tests required, only one 64-bit ISA prior to MIPS64 are tested. rdhwr has been deliberately left without an ISA annotation for now. This is because the assembler and CodeGen disagree on when the instruction is available. Strictly speaking, it is only available in MIPS32r2 and MIPS64r2. However, it is emulated by a kernel trap on earlier ISA's and is necessary for TLS so CodeGen should emit it on older ISA's too. Depends on D3697 Reviewers: vmedic Reviewed By: vmedic Differential Revision: http://reviews.llvm.org/D3698 llvm-svn: 208785
12 lines
315 B
ArmAsm
12 lines
315 B
ArmAsm
# Instructions that are supposed to be invalid but currently aren't
|
|
# This test will XPASS if any insn stops assembling.
|
|
#
|
|
# RUN: not llvm-mc %s -triple=mips64-unknown-linux -show-encoding -mcpu=mips4 \
|
|
# RUN: 2> %t1
|
|
# RUN: not FileCheck %s < %t1
|
|
# XFAIL: *
|
|
|
|
# CHECK-NOT: error
|
|
.set noat
|
|
rdhwr $sp,$11
|