[llvm] [polly] [TableGen] Refactor Intrinsic handling in TableGen (PR #103980)
Matt Arsenault via llvm-commits
llvm-commits at lists.llvm.org
Thu Aug 15 09:40:37 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,
----------------
arsenm wrote:
Unrelated change in polly?
https://github.com/llvm/llvm-project/pull/103980
More information about the llvm-commits
mailing list