Skip to content

Commit

Permalink
[Pattern] Disable a new buggy test
Browse files Browse the repository at this point in the history
Introduced with llvm#98282
  • Loading branch information
vitalybuka committed Jul 13, 2024
1 parent bfdad9f commit 8735780
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion llvm/unittests/IR/PatternMatch.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2319,7 +2319,7 @@ TYPED_TEST(MutableConstTest, /* FIXME: UAR bug */ DISABLED_ICmp) {
.match((InstructionType)IRB.CreateICmp(Pred, L, R)));
}

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

typedef std::tuple_element_t<0, TypeParam> ValueType;
Expand Down

0 comments on commit 8735780

Please sign in to comment.