[PATCH] D104503: [SCEV] Don't require dominance ordering of add/mul/min/max expressions

Philip Reames via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Nov 17 11:00:48 PST 2021


reames abandoned this revision.
reames added a comment.

Abandoning this in favor of https://reviews.llvm.org/D114112.

With some time to reflect, the relaxed invariant proposed here kept making me more and more nervous.  Thankfully, some work done since this was first posted gives us an obvious path forward with an alternate approach.


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

https://reviews.llvm.org/D104503



More information about the llvm-commits mailing list