mirror of
https://github.com/RPCSX/llvm.git
synced 2024-11-27 21:50:40 +00:00
7fd5a38591
Differential Revision: http://reviews.llvm.org/D13316 Fixes PR25003 git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@252743 91177308-0d34-0410-b5e6-96231b3b80d8
4 lines
190 B
ArmAsm
4 lines
190 B
ArmAsm
// RUN: not llvm-mc -triple x86_64-unknown-unknown --show-encoding %s 2>&1 | FileCheck %s
|
|
// CHECK: LLVM ERROR: Cannot encode high byte register in REX-prefixed instruction
|
|
movzx %dh, %rsi
|