[PATCH] D72732: [GVN] introduce GVNOptions to control GVN pass behavior

Fedor Sergeev via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Jan 14 23:03:15 PST 2020


fedor.sergeev added a comment.

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.


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