ARM: Enable machine verifier for a few more tests.
authorJim Grosbach <grosbach@apple.com>
Mon, 26 Aug 2013 20:22:08 +0000 (20:22 +0000)
committerJim Grosbach <grosbach@apple.com>
Mon, 26 Aug 2013 20:22:08 +0000 (20:22 +0000)
Now that fast-isel is in better shape, we can enable the machine
verifier for these tests, too.

rdar://12594152

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@189275 91177308-0d34-0410-b5e6-96231b3b80d8

test/CodeGen/ARM/pic.ll
test/CodeGen/ARM/trap.ll

index 32cea50caeea6babbb0c483295eadb42434f07cf..9fc7a63bd6873a9e5a1cb19a2a4f50e9b04e6420 100644 (file)
@@ -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() {
index db88a0354d97d00548499e3e30b968b502889091..6cb26e331ba0d69a83891064625425b86b4bac4b 100644 (file)
@@ -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