Skip to content

Commit 8735780

Browse files
committed
[Pattern] Disable a new buggy test
Introduced with #98282
1 parent bfdad9f commit 8735780

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
@@ -2319,7 +2319,7 @@ TYPED_TEST(MutableConstTest, /* FIXME: UAR bug */ DISABLED_ICmp) {
23192319
.match((InstructionType)IRB.CreateICmp(Pred, L, R)));
23202320
}
23212321

2322-
TYPED_TEST(MutableConstTest, FCmp) {
2322+
TYPED_TEST(MutableConstTest, /* FIXME: UAR bug */ DISABLED_FCmp) {
23232323
auto &IRB = PatternMatchTest::IRB;
23242324

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

0 commit comments

Comments
 (0)