[ARM] Better OR's for MVE compares
[llvm-core.git] / test / MC / Mips / ginv / module-noginv.s
blob2ed4fd9c314b7b2f05681fcce78ba9365e18a94e
1 # RUN: llvm-mc %s -arch=mips -mcpu=mips32r6 -mattr=+ginv | \
2 # RUN: FileCheck %s -check-prefix=CHECK-ASM
4 # RUN: llvm-mc %s -arch=mips -mcpu=mips32r6 -filetype=obj -o - -mattr=+ginv | \
5 # RUN: llvm-readobj --mips-abi-flags - | \
6 # RUN: FileCheck %s -check-prefix=CHECK-OBJ
8 # CHECK-ASM: .module noginv
10 # Check that MIPS.abiflags has no GINV flag.
11 # CHECK-OBJ: MIPS ABI Flags {
12 # CHECK-OBJ: ASEs [ (0x0)
13 # CHECK-OBJ-NOT: ASEs [ (0x20000)
14 # CHECK-OBJ-NOT: GINV (0x20000)
15 # CHECK-OBJ: }
17 .module noginv
19 # FIXME: Test should include gnu_attributes directive when implemented.
20 # An explicit .gnu_attribute must be checked against the effective
21 # command line options and any inconsistencies reported via a warning.