[llvm] [mlir] [MLIR][LLVM][Intrinsics] Add new MLIR and LLVM APIs to automatically resolve overload types (PR #168188)
Rajat Bajpai via llvm-commits
llvm-commits at lists.llvm.org
Tue Nov 18 05:10:34 PST 2025
================
@@ -46,6 +44,8 @@ class IntrinsicsTest : public ::testing::Test {
EXPECT_NE(BB, nullptr);
}
+ void TearDown() override { M.reset(); }
----------------
rajatbajpai wrote:
Not really, I used this opportunity to put things in a logical order. Who tears things down before setting them up? 😅
https://github.com/llvm/llvm-project/pull/168188
More information about the llvm-commits
mailing list