projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
985185e
)
Fix borken test
author
Anton Korobeynikov
<asl@math.spbu.ru>
Mon, 30 Aug 2010 23:41:49 +0000
(23:41 +0000)
committer
Anton Korobeynikov
<asl@math.spbu.ru>
Mon, 30 Aug 2010 23:41:49 +0000
(23:41 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@112555
91177308
-0d34-0410-b5e6-
96231b3b80d8
test/CodeGen/ARM/t2-imm.ll
patch
|
blob
|
history
diff --git
a/test/CodeGen/ARM/t2-imm.ll
b/test/CodeGen/ARM/t2-imm.ll
index 848a4dfed0542db3a35454b6ba0797fedf634f0d..8b4145914e7caaba4eb695fc3a009376940babe7 100644
(file)
--- a/
test/CodeGen/ARM/t2-imm.ll
+++ b/
test/CodeGen/ARM/t2-imm.ll
@@
-1,9
+1,9
@@
-; RUN: llc < %s -march=
arm
-mattr=+thumb2 | FileCheck %s
+; RUN: llc < %s -march=
thumb
-mattr=+thumb2 | FileCheck %s
define i32 @f6(i32 %a) {
; CHECK:f6
-; CHECK: movw r0, #
:lower16:65537
123
-; CHECK: movt r0, #
:upper16:65537123
+; CHECK: movw r0, #
1
123
+; CHECK: movt r0, #
1000
%tmp = add i32 0, 65537123
ret i32 %tmp
}