[PATCH] D122835: [SCEV] Remove an invalid assertion in SCEV.

Nikita Popov via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue May 3 13:04:30 PDT 2022


nikic added a comment.

Though for the title, I'd suggest invalid -> unnecessary. The assertion itself is fine, there's just no reason to check it here.


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

https://reviews.llvm.org/D122835



More information about the llvm-commits mailing list