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:
ee37b6e
)
Fix RA-dependent test.
author
Jakob Stoklund Olesen
<stoklund@2pi.dk>
Sat, 3 Mar 2012 00:26:30 +0000
(
00:26
+0000)
committer
Jakob Stoklund Olesen
<stoklund@2pi.dk>
Sat, 3 Mar 2012 00:26:30 +0000
(
00:26
+0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@151958
91177308
-0d34-0410-b5e6-
96231b3b80d8
test/CodeGen/ARM/fpcmp-opt.ll
patch
|
blob
|
history
diff --git
a/test/CodeGen/ARM/fpcmp-opt.ll
b/test/CodeGen/ARM/fpcmp-opt.ll
index bbac92d106f117042ed7b32c201b5a823708d55a..80925c7de7324bbc9f7202dee8a9747f7e6fd522 100644
(file)
--- a/
test/CodeGen/ARM/fpcmp-opt.ll
+++ b/
test/CodeGen/ARM/fpcmp-opt.ll
@@
-6,9
+6,9
@@
define arm_apcscc i32 @t1(float* %a, float* %b) nounwind {
entry:
; CHECK: t1:
-; CHECK: vldr
s0
,
-; CHECK: vldr
s1
,
-; CHECK: vcmpe.f32
s1, s0
+; CHECK: vldr
[[S0:s[0-9]+]]
,
+; CHECK: vldr
[[S1:s[0-9]+]]
,
+; CHECK: vcmpe.f32
[[S1]], [[S0]]
; CHECK: vmrs apsr_nzcv, fpscr
; CHECK: beq
%0 = load float* %a