[PATCH] Add a callback to FunctionPass to enable skipping execution on a per-function basis

Chandler Carruth chandlerc at gmail.com
Fri Jun 5 20:18:03 PDT 2015


LGTM


================
Comment at: include/llvm/Transforms/Scalar.h:18
@@ -17,2 +17,3 @@
 
+#include "llvm/Pass.h"
 #include "llvm/ADT/StringRef.h"
----------------
I think you can remove this now.

http://reviews.llvm.org/D8717

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






More information about the llvm-commits mailing list