diff options
author | Evan Cheng <evan.cheng@apple.com> | 2008-02-26 20:40:22 +0000 |
---|---|---|
committer | Evan Cheng <evan.cheng@apple.com> | 2008-02-26 20:40:22 +0000 |
commit | 4d535cadf159d30619464f61f1386ffc9a340597 (patch) | |
tree | 83485b12ed0980c945708d3e6675f7232deb2238 /test/CodeGen/X86/2007-04-25-MMX-PADDQ.ll | |
parent | 390724618c8fe6566ba08ed4135f5eac976ad948 (diff) |
Enable -coalescer-commute-instrs by default.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@47623 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/CodeGen/X86/2007-04-25-MMX-PADDQ.ll')
-rw-r--r-- | test/CodeGen/X86/2007-04-25-MMX-PADDQ.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/X86/2007-04-25-MMX-PADDQ.ll b/test/CodeGen/X86/2007-04-25-MMX-PADDQ.ll index 7ea9fbd2cdd..ac85a9d72bb 100644 --- a/test/CodeGen/X86/2007-04-25-MMX-PADDQ.ll +++ b/test/CodeGen/X86/2007-04-25-MMX-PADDQ.ll @@ -1,5 +1,5 @@ ; RUN: llvm-as < %s | llc -o - -march=x86 -mattr=+mmx | grep paddq | count 2 -; RUN: llvm-as < %s | llc -o - -march=x86 -mattr=+mmx | grep movq | count 3 +; RUN: llvm-as < %s | llc -o - -march=x86 -mattr=+mmx | grep movq | count 2 define <1 x i64> @unsigned_add3(<1 x i64>* %a, <1 x i64>* %b, i32 %count) { entry: |