summaryrefslogtreecommitdiff
path: root/test/CodeGen/X86/optimize-max-0.ll
diff options
context:
space:
mode:
authorDan Gohman <gohman@apple.com>2009-06-19 23:23:27 +0000
committerDan Gohman <gohman@apple.com>2009-06-19 23:23:27 +0000
commit2781f30eac8647552638246c28ab07dd0fc2c560 (patch)
treec5cbbcf6d8cf8a222b75cf30aef9393612c72cc8 /test/CodeGen/X86/optimize-max-0.ll
parent5090f19f090e3dc33b0bc11be60ef3781a8217e4 (diff)
downloadllvm-2781f30eac8647552638246c28ab07dd0fc2c560.tar.gz
llvm-2781f30eac8647552638246c28ab07dd0fc2c560.tar.bz2
llvm-2781f30eac8647552638246c28ab07dd0fc2c560.tar.xz
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. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@73793 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/CodeGen/X86/optimize-max-0.ll')
-rw-r--r--test/CodeGen/X86/optimize-max-0.ll1
1 files changed, 0 insertions, 1 deletions
diff --git a/test/CodeGen/X86/optimize-max-0.ll b/test/CodeGen/X86/optimize-max-0.ll
index 78bb669e33..90c14565e9 100644
--- a/test/CodeGen/X86/optimize-max-0.ll
+++ b/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.