From c93023a89e9f3c4937a4b23db13f974afac94e50 Mon Sep 17 00:00:00 2001 From: Owen Anderson Date: Wed, 4 Mar 2009 08:52:31 +0000 Subject: 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 --- test/CodeGen/X86/pre-split6.ll | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/CodeGen/X86/pre-split6.ll') 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 ; [#uses=1] -- cgit v1.1