[llvm] bfdad9f - [Pattern] Disabled new buggy test
Vitaly Buka via llvm-commits
llvm-commits at lists.llvm.org
Fri Jul 12 20:31:08 PDT 2024
Author: Vitaly Buka
Date: 2024-07-12T20:30:56-07:00
New Revision: bfdad9ff1d45e81dc9ddd42dfdf6d91f2917676f
URL: https://github.com/llvm/llvm-project/commit/bfdad9ff1d45e81dc9ddd42dfdf6d91f2917676f
DIFF: https://github.com/llvm/llvm-project/commit/bfdad9ff1d45e81dc9ddd42dfdf6d91f2917676f.diff
LOG: [Pattern] Disabled new buggy test
Introduced with #98282
Added:
Modified:
llvm/unittests/IR/PatternMatch.cpp
Removed:
################################################################################
diff --git a/llvm/unittests/IR/PatternMatch.cpp b/llvm/unittests/IR/PatternMatch.cpp
index 309fcc93996bc..60b7a6dd4d0ce 100644
--- a/llvm/unittests/IR/PatternMatch.cpp
+++ b/llvm/unittests/IR/PatternMatch.cpp
@@ -2235,7 +2235,7 @@ typedef ::testing::Types<std::tuple<Value*, Instruction*>,
MutableConstTestTypes;
TYPED_TEST_SUITE(MutableConstTest, MutableConstTestTypes, );
-TYPED_TEST(MutableConstTest, ICmp) {
+TYPED_TEST(MutableConstTest, /* FIXME: UAR bug */ DISABLED_ICmp) {
auto &IRB = PatternMatchTest::IRB;
typedef std::tuple_element_t<0, TypeParam> ValueType;
More information about the llvm-commits
mailing list