diff options
author | Lauro Ramos Venancio <lauro.venancio@gmail.com> | 2007-01-12 20:35:49 +0000 |
---|---|---|
committer | Lauro Ramos Venancio <lauro.venancio@gmail.com> | 2007-01-12 20:35:49 +0000 |
commit | a38bbf7dd3b824aab6c290aec9e03e5cfdd028f5 (patch) | |
tree | 68230fad1be0de4a3927d02e1c8726f25ec2c01f /test/CodeGen/ARM/fpmem.ll | |
parent | 609ca3e65307a955ee0eaea80ce0091e3c7967b7 (diff) |
Build constants using instructions mov/orr or mvn/eor.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@33141 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/CodeGen/ARM/fpmem.ll')
-rw-r--r-- | test/CodeGen/ARM/fpmem.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/ARM/fpmem.ll b/test/CodeGen/ARM/fpmem.ll index 7704f2b9a7..4f942e8365 100644 --- a/test/CodeGen/ARM/fpmem.ll +++ b/test/CodeGen/ARM/fpmem.ll @@ -1,5 +1,5 @@ ; RUN: llvm-upgrade < %s | llvm-as | llc -march=arm && -; RUN: llvm-upgrade < %s | llvm-as | llc -march=arm | grep flds | wc -l | grep 2 && +; RUN: llvm-upgrade < %s | llvm-as | llc -march=arm | grep "mov r0, #0" | wc -l | grep 1 && ; RUN: llvm-upgrade < %s | llvm-as | llc -march=arm | grep "flds.*\[" | wc -l | grep 1 && ; RUN: llvm-upgrade < %s | llvm-as | llc -march=arm | grep "fsts.*\[" | wc -l | grep 1 |