[PATCH] D129612: [Reassociate] Cleanup minor missed optimizations

Warren Ristow via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Jul 13 10:13:44 PDT 2022


wristow added a comment.

To add some context to make it easier to review, the approach taken here of adding a `ReassociatePass::OrderedSet` parameter (named `ToRedo`) to the function `LinearizeExprTree` , is the same technique already used in two other functions in "Reassociate.cpp": `NegateValue` and `BreakUpSubtract`.


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

https://reviews.llvm.org/D129612



More information about the llvm-commits mailing list