[llvm] Fix mechanism propagating mangled names for TLI function mappings (PR #66656)
via llvm-commits
llvm-commits at lists.llvm.org
Wed Sep 27 08:04:09 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.
----------------
JolantaJensen wrote:
Fixed.
https://github.com/llvm/llvm-project/pull/66656
More information about the llvm-commits
mailing list