summaryrefslogtreecommitdiffstats
path: root/llvm/test/MC/X86/encoder-fail.s
blob: 3e845fe7561b3cff77e381bc4ffcac658b3a8777 (plain)
1
2
3
// 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
OpenPOWER on IntegriCloud