[PATCH] D72732: [GVN] introduce GVNOptions to control GVN pass behavior
Serguei Katkov via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Jan 14 23:21:50 PST 2020
skatkov added a comment.
In D72732#1821201 <https://reviews.llvm.org/D72732#1821201>, @fedor.sergeev wrote:
> In D72732#1821154 <https://reviews.llvm.org/D72732#1821154>, @skatkov wrote:
>
> > Don't you want to add a code to be able to set GVN options from command line for new pass manager? Or it is a follow-up change?
>
>
> That should go as a followup.
> I did not plan to do that right now, but well, you got a point.
> Will post a review for that.
I'm fine with follow-up.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D72732/new/
https://reviews.llvm.org/D72732
More information about the llvm-commits
mailing list