diff options
author | Dan Gohman <gohman@apple.com> | 2009-06-19 23:23:27 +0000 |
---|---|---|
committer | Dan Gohman <gohman@apple.com> | 2009-06-19 23:23:27 +0000 |
commit | cc31110b95befccaa410c33febaf53ac0e2e82f0 (patch) | |
tree | fb84ec91e8daa669313b1e23d3ef721e5bd97744 /llvm/test/CodeGen/X86/optimize-max-0.ll | |
parent | 88be5cf01fef41ba45a5483032e493e7c507f85f (diff) | |
download | bcm5719-llvm-cc31110b95befccaa410c33febaf53ac0e2e82f0.tar.gz bcm5719-llvm-cc31110b95befccaa410c33febaf53ac0e2e82f0.zip |
Re-apply r73718, now that the fix in r73787 is in, and add a
hand-crafted testcase which demonstrates the bug that was exposed
in 254.gap.
llvm-svn: 73793
Diffstat (limited to 'llvm/test/CodeGen/X86/optimize-max-0.ll')
-rw-r--r-- | llvm/test/CodeGen/X86/optimize-max-0.ll | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/X86/optimize-max-0.ll b/llvm/test/CodeGen/X86/optimize-max-0.ll index 78bb669e331..90c14565e9a 100644 --- a/llvm/test/CodeGen/X86/optimize-max-0.ll +++ b/llvm/test/CodeGen/X86/optimize-max-0.ll @@ -1,5 +1,4 @@ ; RUN: llvm-as < %s | llc -march=x86 | not grep cmov -; XFAIL: * ; LSR should be able to eliminate the max computations by ; making the loops use slt/ult comparisons instead of ne comparisons. |