Skip to content

Commit 1a48164

Browse files
committed
not actually an xfail, just intended behavior for this test to crash when run with an explicit passes pipeline
Per 4189584
1 parent 43a1fcb commit 1a48164

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

llvm/test/Transforms/InstCombine/fixedpoint-and-or-icmps.ll

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
; NOTE: Assertions have been autogenerated by utils/update_test_checks.py
2-
; RUN: opt < %s -passes=instcombine -S | FileCheck %s
3-
; XFAIL: *
2+
; RUN: opt < %s -passes='instcombine<max-iterations=5>' -S | FileCheck %s
43

54
; This is a fuzzer-generated test that would assert because
65
; we'd get into foldAndOfICmps() without running InstSimplify

0 commit comments

Comments
 (0)