diff options
author | Evan Cheng <evan.cheng@apple.com> | 2008-06-21 06:45:54 +0000 |
---|---|---|
committer | Evan Cheng <evan.cheng@apple.com> | 2008-06-21 06:45:54 +0000 |
commit | f7b45f47e5f61815ddd9f0481b0afa726d2ef955 (patch) | |
tree | fc913b7ad0b8385d33b65e4e6a040b6fbb19b190 /test/CodeGen/X86/2006-05-11-InstrSched.ll | |
parent | 6fe96037ff0e10b513259c13ae0627f8f5aad592 (diff) | |
download | external_llvm-f7b45f47e5f61815ddd9f0481b0afa726d2ef955.zip external_llvm-f7b45f47e5f61815ddd9f0481b0afa726d2ef955.tar.gz external_llvm-f7b45f47e5f61815ddd9f0481b0afa726d2ef955.tar.bz2 |
Undo spill weight tweak. Need to investigate the performance regressions.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@52572 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/CodeGen/X86/2006-05-11-InstrSched.ll')
-rw-r--r-- | test/CodeGen/X86/2006-05-11-InstrSched.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/X86/2006-05-11-InstrSched.ll b/test/CodeGen/X86/2006-05-11-InstrSched.ll index 774e724..9d1d324 100644 --- a/test/CodeGen/X86/2006-05-11-InstrSched.ll +++ b/test/CodeGen/X86/2006-05-11-InstrSched.ll @@ -1,5 +1,5 @@ ; RUN: llvm-as < %s | llc -march=x86 -mattr=+sse2 -stats -realign-stack=0 |&\ -; RUN: grep {asm-printer} | grep 31 +; RUN: grep {asm-printer} | grep 32 target datalayout = "e-p:32:32" define void @foo(i32* %mc, i32* %bp, i32* %ms, i32* %xmb, i32* %mpp, i32* %tpmm, i32* %ip, i32* %tpim, i32* %dpp, i32* %tpdm, i32* %bpi, i32 %M) nounwind { |