[PATCH] D145771: [LICM] Support logical AND/OR when hoisting min/max

Max Kazantsev via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Mar 10 02:35:28 PST 2023


mkazantsev added a comment.

The problem here is that InstCombine is a non-loop pass, and some loop passes might be unable to see through freezes... Not sure how real this case is, lets try to just freeze, but maybe it can be an issue for some custom pipelines.


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

https://reviews.llvm.org/D145771



More information about the llvm-commits mailing list