================
@@ -46,6 +44,8 @@ class IntrinsicsTest : public ::testing::Test {
EXPECT_NE(BB, nullptr);
}
+ void TearDown() override { M.reset(); }
----------------
grypp wrote:
accidental move?
https://github.com/llvm/llvm-project/pull/168188