Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(453)

Unified Diff: include/llvm/InitializePasses.h

Issue 282553003: PNaCl translator: combine insertelement / extractelement patterns generated by the toolchain into s… (Closed) Base URL: http://git.chromium.org/native_client/pnacl-llvm.git@master
Patch Set: Add DCE, address dschuff's comments. Created 6 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | include/llvm/Transforms/NaCl.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: include/llvm/InitializePasses.h
diff --git a/include/llvm/InitializePasses.h b/include/llvm/InitializePasses.h
index 05dfd5b2dbfbe433ff0c258753094a3973ee357c..1ba1f87643ec9632599ef413f191d10d21df498e 100644
--- a/include/llvm/InitializePasses.h
+++ b/include/llvm/InitializePasses.h
@@ -268,6 +268,7 @@ void initializeMachineFunctionPrinterPassPass(PassRegistry&);
// @LOCALMOD-BEGIN
void initializeAddPNaClExternalDeclsPass(PassRegistry&);
void initializeCanonicalizeMemIntrinsicsPass(PassRegistry&);
+void initializeCombineVectorInstructionsPass(PassRegistry&);
void initializeConstantInsertExtractElementIndexPass(PassRegistry&);
void initializeExpandArithWithOverflowPass(PassRegistry&);
void initializeExpandByValPass(PassRegistry&);
« no previous file with comments | « no previous file | include/llvm/Transforms/NaCl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698