diff options
author | Owen Anderson <resistor@mac.com> | 2009-03-04 08:52:31 +0000 |
---|---|---|
committer | Owen Anderson <resistor@mac.com> | 2009-03-04 08:52:31 +0000 |
commit | c93023a89e9f3c4937a4b23db13f974afac94e50 (patch) | |
tree | 7f8531a23317fe34a8baf1df0303238e9b837598 /test/CodeGen | |
parent | c7f6b8c5d40e17bf43fd3a1549d7d89c9da735e1 (diff) | |
download | external_llvm-c93023a89e9f3c4937a4b23db13f974afac94e50.zip external_llvm-c93023a89e9f3c4937a4b23db13f974afac94e50.tar.gz external_llvm-c93023a89e9f3c4937a4b23db13f974afac94e50.tar.bz2 |
Add a restore folder, which shaves a dozen or so machineinstrs off oggenc. Update a testcase to check this.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@66029 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/CodeGen')
-rw-r--r-- | test/CodeGen/X86/pre-split6.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/X86/pre-split6.ll b/test/CodeGen/X86/pre-split6.ll index c075b2a..7808223 100644 --- a/test/CodeGen/X86/pre-split6.ll +++ b/test/CodeGen/X86/pre-split6.ll @@ -1,4 +1,4 @@ -; RUN: llvm-as < %s | llc -march=x86 -mattr=+sse2 -pre-alloc-split +; RUN: llvm-as < %s | llc -march=x86 -mattr=+sse2 -pre-alloc-split | grep {divsd 8} | count 1 @current_surfaces.b = external global i1 ; <i1*> [#uses=1] |