[PATCH] D122835: [SCEV] Fix a bug that caused an invalid assertion.

Nikita Popov via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon May 2 13:47:19 PDT 2022


nikic added a comment.

I think you can just delete the whole assertion. The invariant it checks is no longer relevant now that we have umin_seq nodes.


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

https://reviews.llvm.org/D122835



More information about the llvm-commits mailing list