[PATCH] D110822: [GVN] Simple GVN hoist - loads and stores

Roman Lebedev via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Oct 25 04:38:09 PDT 2021


lebedev.ri added a comment.

Passing-by +1 to this approach.
I would like to remove load/store special-handling from simplifycfg's,
because that would allow to implement a more powerful phi-to-select bb merging fold.


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D110822/new/

https://reviews.llvm.org/D110822



More information about the llvm-commits mailing list