mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-23 19:23:23 +01:00
ARM: Enable machine verifier for a few more tests.
Now that fast-isel is in better shape, we can enable the machine verifier for these tests, too. rdar://12594152 llvm-svn: 189275
This commit is contained in:
parent
f88c4f8dbc
commit
b5dae7e207
@ -4,7 +4,7 @@
|
||||
; call to the external function should come with PLT fixup type.
|
||||
|
||||
; RUN: llc < %s -mtriple=armv7-unknown-linux-gnueabi \
|
||||
; RUN: -relocation-model=pic -fast-isel \
|
||||
; RUN: -relocation-model=pic -fast-isel -verify-machineinstrs \
|
||||
; RUN: | FileCheck %s
|
||||
|
||||
define void @test() {
|
||||
|
@ -9,13 +9,13 @@
|
||||
; RUN: llc -mtriple=armv7 -mattr=+nacl-trap -filetype=obj %s -o - \
|
||||
; RUN: | llvm-objdump -disassemble -triple armv7 -mattr=+nacl-trap - \
|
||||
; RUN: | FileCheck %s -check-prefix=ENCODING-NACL
|
||||
; RUN: llc -fast-isel -mtriple=armv7-unknown-nacl -filetype=obj %s -o - \
|
||||
; RUN: llc -verify-machineinstrs -fast-isel -mtriple=armv7-unknown-nacl -filetype=obj %s -o - \
|
||||
; RUN: | llvm-objdump -disassemble -triple armv7-unknown-nacl - \
|
||||
; RUN: | FileCheck %s -check-prefix=ENCODING-NACL
|
||||
; RUN: llc -mtriple=armv7 -filetype=obj %s -o - \
|
||||
; RUN: | llvm-objdump -disassemble -triple armv7 - \
|
||||
; RUN: | FileCheck %s -check-prefix=ENCODING-ALL
|
||||
; RUN: llc -fast-isel -mtriple=armv7 -filetype=obj %s -o - \
|
||||
; RUN: llc -verify-machineinstrs -fast-isel -mtriple=armv7 -filetype=obj %s -o - \
|
||||
; RUN: | llvm-objdump -disassemble -triple armv7 - \
|
||||
; RUN: | FileCheck %s -check-prefix=ENCODING-ALL
|
||||
; rdar://7961298
|
||||
|
Loading…
Reference in New Issue
Block a user