[llvm] Fix mechanism propagating mangled names for TLI function mappings (PR #66656)

Paul Walker via llvm-commits llvm-commits at lists.llvm.org
Tue Sep 26 09:37:52 PDT 2023


================
@@ -171,11 +200,17 @@ class TargetLibraryInfoImpl {
   /// vectorization factor.
   bool isFunctionVectorizable(StringRef F) const;
 
-  /// Return the name of the equivalent of F, vectorized with factor VF. If no
-  /// such mapping exists, return the empty string.
+  /// Return the name of the equivalent of F, vectorized with factor VF.
+  /// If no such mapping exists, return empty strings.
----------------
paulwalker-arm wrote:

Presumably this change can now be reverted?

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


More information about the llvm-commits mailing list