[PATCH] D47188: Intel SVML calling conventions

Denis Nagorny via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue May 22 03:21:36 PDT 2018


dvnagorny added inline comments.


================
Comment at: lib/Analysis/TargetLibraryInfo.cpp:1497
+      }
       return I->VectorFnName;
+    }
----------------
lebedev.ri wrote:
> But i don't see how it can happen here.
> 
So as the name is dynamically constructed now it should be stored somewhere. I think it's good enough if it occures not more then once.


Repository:
  rL LLVM

https://reviews.llvm.org/D47188





More information about the llvm-commits mailing list