[PATCH] D47188: Intel SVML calling conventions

Denis Nagorny via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue May 22 02:23:51 PDT 2018


dvnagorny added inline comments.


================
Comment at: lib/Analysis/TargetLibraryInfo.cpp:55
+  std::string FullName = FnName;
+  return IsFast ? FullName : FullName + "_ha";
+}
----------------
lebedev.ri wrote:
> This memory allocation looks unfortunate :/
Could you explain your comment more detailed please. svmlMangle() returns not a reference but the std::string.


Repository:
  rL LLVM

https://reviews.llvm.org/D47188





More information about the llvm-commits mailing list