[PATCH] D49858: [RFC] re-enable GVNHoist by default
Roman Lebedev via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Aug 28 06:32:34 PDT 2018
lebedev.ri added inline comments.
================
Comment at: lib/Passes/PassBuilder.cpp:182
"enable-npm-gvn-sink", cl::init(false), cl::Hidden,
cl::desc("Enable the GVN hoisting pass for the new PM (default = off)"));
----------------
Unrelated to this patch, but this desc is the same as for the previous option.
I suspect this should read `"Enable the GVN sinking pass for the new PM (default = off)"`
https://reviews.llvm.org/D49858
More information about the llvm-commits
mailing list