[PATCH] D136233: [SimpleLoopUnswitch] Inject loop-invariant conditions and unswitch them when it's profitable

Max Kazantsev via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Jan 30 05:33:53 PST 2023


mkazantsev added a comment.

Seems that BFI is not available by default, and `require<block-freq>` doesn't force it. We can safely assume that in real circumstances we won't have it. Let's not rely on it.


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

https://reviews.llvm.org/D136233



More information about the llvm-commits mailing list