diff options
author | Dan Gohman <gohman@apple.com> | 2008-08-28 17:22:54 +0000 |
---|---|---|
committer | Dan Gohman <gohman@apple.com> | 2008-08-28 17:22:54 +0000 |
commit | f641395435ddfe2e3f0d9857fff4f6da77ee5427 (patch) | |
tree | daadcde329514e426c29304c3d6f75506374926d /test | |
parent | c748ffa4e4408545b6adf102bfba52001f8a0a92 (diff) | |
download | external_llvm-f641395435ddfe2e3f0d9857fff4f6da77ee5427.zip external_llvm-f641395435ddfe2e3f0d9857fff4f6da77ee5427.tar.gz external_llvm-f641395435ddfe2e3f0d9857fff4f6da77ee5427.tar.bz2 |
Revert r55467; it causes regressions in UnitTests/Vector/divides,
Benchmarks/sim/sim, and others on x86-64.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@55475 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test')
-rw-r--r-- | test/CodeGen/X86/2008-08-23-X86-64AsmBug.ll | 2 | ||||
-rw-r--r-- | test/CodeGen/X86/2008-08-25-AsmRegTypeMismatch.ll | 4 |
2 files changed, 2 insertions, 4 deletions
diff --git a/test/CodeGen/X86/2008-08-23-X86-64AsmBug.ll b/test/CodeGen/X86/2008-08-23-X86-64AsmBug.ll index b50f2b0..2b9f96e 100644 --- a/test/CodeGen/X86/2008-08-23-X86-64AsmBug.ll +++ b/test/CodeGen/X86/2008-08-23-X86-64AsmBug.ll @@ -1,4 +1,4 @@ -; RUN: llvm-as < %s | llc -mtriple=x86_64-apple-darwin | grep movd | count 1 +; RUN: llvm-as < %s | llc -mtriple=x86_64-apple-darwin | not grep movd ; RUN: llvm-as < %s | llc -mtriple=x86_64-apple-darwin | grep movq ; PR2677 diff --git a/test/CodeGen/X86/2008-08-25-AsmRegTypeMismatch.ll b/test/CodeGen/X86/2008-08-25-AsmRegTypeMismatch.ll index 6124097..8d987b5 100644 --- a/test/CodeGen/X86/2008-08-25-AsmRegTypeMismatch.ll +++ b/test/CodeGen/X86/2008-08-25-AsmRegTypeMismatch.ll @@ -1,7 +1,5 @@ -; RUN: llvm-as < %s | llc -mcpu=yonah | grep pxor | count 2 -; RUN: llvm-as < %s | llc -mcpu=yonah | not grep movapd +; RUN: llvm-as < %s | llc -mcpu=yonah ; PR2715 - target datalayout = "e-p:64:64:64-i1:8:8-i8:8:8-i16:16:16-i32:32:32-i64:64:64-f32:32:32-f64:64:64-v64:64:64-v128:128:128-a0:0:64-s0:64:64-f80:128:128" target triple = "x86_64-unknown-linux-gnu" %struct.XPTTypeDescriptorPrefix = type { i8 } |