[llvm] [LLVM][TableGen] Check overloaded intrinsic mangling suffix conflicts (PR #110324)

Matt Arsenault via llvm-commits llvm-commits at lists.llvm.org
Mon Sep 30 10:35:04 PDT 2024


================
@@ -124,6 +125,132 @@ void CodeGenIntrinsicTable::CheckTargetIndependentIntrinsics() const {
   }
 }
 
+// Return true if the given Suffix looks like mangled type. Note that this
+// check is conservative, but allows all existing LLVM intrinsic suffixes to be
+// consider as not looking like a mangling suffix.
+static bool DoesSuffixLookLikeMangledType(StringRef Suffix) {
----------------
arsenm wrote:

Start with lowercase 

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


More information about the llvm-commits mailing list