Skip to content

Commit bfdad9f

Browse files
committed
[Pattern] Disabled new buggy test
Introduced with #98282
1 parent 5949899 commit bfdad9f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/unittests/IR/PatternMatch.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2235,7 +2235,7 @@ typedef ::testing::Types<std::tuple<Value*, Instruction*>,
22352235
MutableConstTestTypes;
22362236
TYPED_TEST_SUITE(MutableConstTest, MutableConstTestTypes, );
22372237

2238-
TYPED_TEST(MutableConstTest, ICmp) {
2238+
TYPED_TEST(MutableConstTest, /* FIXME: UAR bug */ DISABLED_ICmp) {
22392239
auto &IRB = PatternMatchTest::IRB;
22402240

22412241
typedef std::tuple_element_t<0, TypeParam> ValueType;

0 commit comments

Comments
 (0)