[PATCH] D17115: Define the ThinLTO Pipeline
Mehdi AMINI via llvm-commits
llvm-commits at lists.llvm.org
Wed Feb 10 17:13:55 PST 2016
joker.eph added inline comments.
================
Comment at: lib/Transforms/IPO/PassManagerBuilder.cpp:362
@@ -349,2 +361,3 @@
+
// Promote any localized global vars
MPM.add(createPromoteMemoryToRegisterPass());
----------------
I can fix these comments as part of the NFC part of the changes (I updated the diff to rebase on the existing code after refactoring).
(I plan to commit separately and the comments are like that in trunk right now)
http://reviews.llvm.org/D17115
More information about the llvm-commits
mailing list