[llvm] [polly] [TableGen] Refactor Intrinsic handling in TableGen (PR #103980)
Rahul Joshi via llvm-commits
llvm-commits at lists.llvm.org
Thu Aug 15 12:40:27 PDT 2024
================
@@ -134,7 +134,8 @@ ISL_C_OBJECT_TO_STRING(union_map)
ISL_C_OBJECT_TO_STRING(union_pw_aff)
ISL_C_OBJECT_TO_STRING(union_pw_multi_aff)
-static void replace(std::string &str, StringRef find, StringRef replace) {
+static void replace_substr(std::string &str, StringRef find,
----------------
jurahul wrote:
Resolving as well.
https://github.com/llvm/llvm-project/pull/103980
More information about the llvm-commits
mailing list