[llvm] [polly] [TableGen] Refactor Intrinsic handling in TableGen (PR #103980)
Rahul Joshi via llvm-commits
llvm-commits at lists.llvm.org
Thu Aug 15 09:45:16 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:
Nope, see comment above, this replace now conflicts with the one added in STLExtras.
https://github.com/llvm/llvm-project/pull/103980
More information about the llvm-commits
mailing list