[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:23 PDT 2023


================
@@ -354,6 +389,10 @@ class TargetLibraryInfo {
                                   bool Masked = false) const {
     return Impl->getVectorizedFunction(F, VF, Masked);
   }
+  const VecDesc *getMangledTLIVectorName(StringRef F, const ElementCount &VF,
----------------
JolantaJensen wrote:

Fixed

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


More information about the llvm-commits mailing list