mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-22 18:54:02 +01:00
df7d452980
Changes include: - Updates to the instruction descriptor flags. - Improvements to the packet shuffler and checker. - Updates to the handling of certain relocations. - Better handling of duplex instructions. llvm-svn: 294226
8 lines
192 B
ArmAsm
8 lines
192 B
ArmAsm
# RUN: not llvm-mc -arch=hexagon -filetype=asm %s 2>&1 | FileCheck %s
|
|
|
|
# Expect errors here, insn needs to be extended
|
|
R1 = mpyi(R2, #-256)
|
|
# CHECK: error:
|
|
R3 = mpyi(R4, #256)
|
|
# CHECK: error:
|