[PATCH] D92247: [IR][LoopRotate] avoid leaving phi with no operands (PR48296)

Roman Lebedev via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sun Nov 29 08:06:29 PST 2020


lebedev.ri accepted this revision.
lebedev.ri added a comment.
This revision is now accepted and ready to land.

LGTM, thanks.

This only matters for unreachable blocks,
so i think i agree that the assertion should be relaxed,
but this is a reasonable cleanup regardless.


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

https://reviews.llvm.org/D92247



More information about the llvm-commits mailing list