[llvm] [mlir] [MLIR][LLVM][Intrinsics] Add new MLIR and LLVM APIs to automatically resolve overload types (PR #168188)

Rahul Joshi via llvm-commits llvm-commits at lists.llvm.org
Tue Nov 18 10:20:07 PST 2025


================
@@ -197,4 +197,169 @@ TEST(IntrinsicAttributes, TestGetFnAttributesBug) {
   AttributeSet AS = getFnAttributes(Context, experimental_guard);
   EXPECT_FALSE(AS.hasAttributes());
 }
+
+// Test non-overloaded intrinsic
----------------
jurahul wrote:

nit: comments need to be proper prose (add period at end)

https://github.com/llvm/llvm-project/pull/168188


More information about the llvm-commits mailing list