aboutsummaryrefslogtreecommitdiffstats
path: root/test/CodeGen/X86/optimize-max-1.ll
diff options
context:
space:
mode:
authorEvan Cheng <evan.cheng@apple.com>2009-06-19 21:15:06 +0000
committerEvan Cheng <evan.cheng@apple.com>2009-06-19 21:15:06 +0000
commit73a76736fbae602563e1c7dab3658c005caa2c09 (patch)
treeb169baa3e3f4a356c05567727ce75ac24f3eaafa /test/CodeGen/X86/optimize-max-1.ll
parente494b9e0d78be67eec3cd7db4025488e55a127a6 (diff)
downloadexternal_llvm-73a76736fbae602563e1c7dab3658c005caa2c09.zip
external_llvm-73a76736fbae602563e1c7dab3658c005caa2c09.tar.gz
external_llvm-73a76736fbae602563e1c7dab3658c005caa2c09.tar.bz2
Revert 73718. It's breaking 254.gap.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@73783 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/CodeGen/X86/optimize-max-1.ll')
-rw-r--r--test/CodeGen/X86/optimize-max-1.ll1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/CodeGen/X86/optimize-max-1.ll b/test/CodeGen/X86/optimize-max-1.ll
index 084e181..b9e6688 100644
--- a/test/CodeGen/X86/optimize-max-1.ll
+++ b/test/CodeGen/X86/optimize-max-1.ll
@@ -1,4 +1,5 @@
; RUN: llvm-as < %s | llc -march=x86-64 | not grep cmov
+; XFAIL: *
; LSR should be able to eliminate both smax and umax expressions
; in loop trip counts.