[ARM] Better OR's for MVE compares
[llvm-core.git] / test / MC / ARM / inst-thumb-overflow-2.s
blob1b3d642cf66623c2c5af6384a35e39e6a44074e4
1 @ RUN: not llvm-mc %s -triple armv7-linux-gnueabi -filetype asm -o - 2>&1 \
2 @ RUN: | FileCheck -check-prefix CHECK-ERRORS %s
4 .syntax unified
5 .thumb
7 .align 2
8 .global constant_overflow
9 .type constant_overflow,%function
10 constant_overflow:
11 .inst.w 1 << 32
12 @ CHECK-ERRORS: inst.w operand is too big