summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/ARM/fast-isel-mvn.ll
diff options
context:
space:
mode:
authorJuergen Ributzka <juergen@apple.com>2014-08-13 21:42:19 +0000
committerJuergen Ributzka <juergen@apple.com>2014-08-13 21:42:19 +0000
commita5b083853cfda598d76e53ef2c302d13c936834b (patch)
tree8ff320be0c598071182e81b372ae3c561c7772d2 /llvm/test/CodeGen/ARM/fast-isel-mvn.ll
parent2cbcf7aad91bccd7123c0be16fc18273f7e2e82d (diff)
downloadbcm5719-llvm-a5b083853cfda598d76e53ef2c302d13c936834b.tar.gz
bcm5719-llvm-a5b083853cfda598d76e53ef2c302d13c936834b.zip
[FastISel][ARM] Use MOVT/MOVW if the subtarget requests it.
This change is also in preparation for a future change to make sure that the constant materialization uses MOVT/MOVW when available and not a load from the constant pool. llvm-svn: 215584
Diffstat (limited to 'llvm/test/CodeGen/ARM/fast-isel-mvn.ll')
-rw-r--r--llvm/test/CodeGen/ARM/fast-isel-mvn.ll4
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/test/CodeGen/ARM/fast-isel-mvn.ll b/llvm/test/CodeGen/ARM/fast-isel-mvn.ll
index 0bc9395e2d7..9cb56ea9ae1 100644
--- a/llvm/test/CodeGen/ARM/fast-isel-mvn.ll
+++ b/llvm/test/CodeGen/ARM/fast-isel-mvn.ll
@@ -1,5 +1,5 @@
-; RUN: llc < %s -O0 -verify-machineinstrs -fast-isel-abort -relocation-model=dynamic-no-pic -mtriple=armv7-apple-ios | FileCheck %s --check-prefix=ARM
-; RUN: llc < %s -O0 -verify-machineinstrs -fast-isel-abort -relocation-model=dynamic-no-pic -mtriple=armv7-linux-gnueabi | FileCheck %s --check-prefix=ARM
+; RUN: llc -O0 -verify-machineinstrs -fast-isel-abort -relocation-model=dynamic-no-pic -arm-use-movt=false -mtriple=armv7-apple-ios < %s | FileCheck %s --check-prefix=CHECK --check-prefix=ARM
+; RUN: llc -O0 -verify-machineinstrs -fast-isel-abort -relocation-model=dynamic-no-pic -arm-use-movt=false -mtriple=armv7-linux-gnueabi < %s | FileCheck %s --check-prefix=CHECK --check-prefix=ARM
; RUN: llc < %s -O0 -verify-machineinstrs -fast-isel-abort -relocation-model=dynamic-no-pic -mtriple=thumbv7-apple-ios | FileCheck %s --check-prefix=THUMB
; rdar://10412592
OpenPOWER on IntegriCloud