[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
Tue Feb 7 03:54:04 PST 2023


mkazantsev planned changes to this revision.
mkazantsev added a comment.

Internal testing revealed a failure with

  Assertion `!isa<Constant>(Invariant) && "Should not be replacing constant values!"' failed.

Need to investigate what happened.


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

https://reviews.llvm.org/D136233



More information about the llvm-commits mailing list