brintos

brintos / llvm-project-archived public Read only

0
0
Text · 194 B · 868b38f Raw
8 lines · plain
1# RUN: not llvm-mc -triple=hexagon -filetype=asm %s 2>&1 | FileCheck %s2 3# Expect errors here, insn needs to be extended4R1 = mpyi(R2, #-256)5# CHECK: error:6R3 = mpyi(R4, #256)7# CHECK: error:8