Revert r354244 "[DAGCombiner] Eliminate dead stores to stack."
[llvm-complete.git] / test / MC / Mips / ginv / module-ginv.s
blob49f3aa5628eebd26aba3d5667c98c93f8a63a6f0
1 # RUN: llvm-mc %s -triple=mips-unknown-linux-gnu -mcpu=mips32r6 | \
2 # RUN: FileCheck %s -check-prefix=CHECK-ASM
4 # RUN: llvm-mc %s -triple=mips-unknown-linux-gnu -mcpu=mips32r6 \
5 # RUN: -filetype=obj -o - | \
6 # RUN: llvm-readobj -mips-abi-flags - | \
7 # RUN: FileCheck %s -check-prefix=CHECK-OBJ
9 # CHECK-ASM: .module ginv
11 # Check if the MIPS.abiflags section was correctly emitted:
12 # CHECK-OBJ: MIPS ABI Flags {
13 # CHECK-OBJ: ASEs [ (0x20000)
14 # CHECK-OBJ: GINV (0x20000)
15 # CHECK-OBJ: }
17 .module ginv
18 ginvi $4
20 # FIXME: Test should include gnu_attributes directive when implemented.
21 # An explicit .gnu_attribute must be checked against the effective
22 # command line options and any inconsistencies reported via a warning.