aboutsummaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorNick Lewycky <nicholas@mxc.ca>2008-05-31 19:01:33 +0000
committerNick Lewycky <nicholas@mxc.ca>2008-05-31 19:01:33 +0000
commit517e1f5cd752e06e1587804f4e1d64ef52a21a08 (patch)
treef5249b66c853a8e308f780f383204456be66ad7f /test
parent4914db09a5659bbab94a1dca1df48ed728398790 (diff)
downloadexternal_llvm-517e1f5cd752e06e1587804f4e1d64ef52a21a08.zip
external_llvm-517e1f5cd752e06e1587804f4e1d64ef52a21a08.tar.gz
external_llvm-517e1f5cd752e06e1587804f4e1d64ef52a21a08.tar.bz2
Peer through sext/zext when looking for not(cmp).
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@51819 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test')
-rw-r--r--test/Transforms/InstCombine/zext-fold.ll1
1 files changed, 0 insertions, 1 deletions
diff --git a/test/Transforms/InstCombine/zext-fold.ll b/test/Transforms/InstCombine/zext-fold.ll
index 690a227..27ea460 100644
--- a/test/Transforms/InstCombine/zext-fold.ll
+++ b/test/Transforms/InstCombine/zext-fold.ll
@@ -1,6 +1,5 @@
; RUN: llvm-as < %s | opt -instcombine | llvm-dis | grep {zext } | count 1
; PR1570
-; XFAIL: *
define i32 @test2(float %X, float %Y) {
entry: