[PATCH] D47188: Intel SVML calling conventions
    Roman Lebedev via Phabricator via llvm-commits 
    llvm-commits at lists.llvm.org
       
    Tue May 22 02:40:18 PDT 2018
    
    
  
lebedev.ri added inline comments.
================
Comment at: lib/Analysis/TargetLibraryInfo.cpp:1495
+      if (FromSVML) {
+        return svmlMangle(I->VectorFnName, IsFast);
+      }
----------------
Sure, here, `move` will happen.
================
Comment at: lib/Analysis/TargetLibraryInfo.cpp:1497
+      }
       return I->VectorFnName;
+    }
----------------
But i don't see how it can happen here.
Repository:
  rL LLVM
https://reviews.llvm.org/D47188
    
    
More information about the llvm-commits
mailing list