[PATCH] TLI: Add addVectorizableFunctionsFromVecLib.

hfinkel at anl.gov hfinkel at anl.gov
Mon Mar 9 17:44:52 PDT 2015


================
Comment at: include/llvm/Analysis/TargetLibraryInfo.h:20
@@ -19,2 +19,3 @@
 #include "llvm/Pass.h"
+#include "llvm/Support/CommandLine.h"
 
----------------
This should be included only in the .cpp file.

================
Comment at: include/llvm/Analysis/TargetLibraryInfo.h:327
@@ -309,2 +326,3 @@
 
+extern cl::opt<TargetLibraryInfoImpl::VectorLibrary> ClVectorLibrary;
 } // end namespace llvm
----------------
This does not belong here; just have it in the .cpp file.

http://reviews.llvm.org/D8131

EMAIL PREFERENCES
  http://reviews.llvm.org/settings/panel/emailpreferences/






More information about the llvm-commits mailing list