[PATCH] D54374: [newpm] Add an OptimizerLast EP
Fedor Sergeev via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Sat Nov 10 02:07:30 PST 2018
fedor.sergeev added a comment.
LGTM (though I have no idea what legacy does for this :) )
================
Comment at: tools/opt/NewPMDriver.cpp:95
"passes-ep-pipeline-start",
cl::desc("A textual description of the function pass pipeline inserted at "
"the PipelineStart extension point into default pipelines"),
----------------
Unrelated to your fix, shouldnt this read "of the MODULE pass pipeline" ?
Repository:
rL LLVM
https://reviews.llvm.org/D54374
More information about the llvm-commits
mailing list