[PATCH] D98706: [SCEV] Add false->any implication to save compile time

Max Kazantsev via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Mar 16 07:06:27 PDT 2021


mkazantsev added a comment.

The cost is spread over all SCEV I guess. If we want to improve it, we should make it sitch by sitch. Apparently this sitution is rare. :( Well, it was worth trying.


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

https://reviews.llvm.org/D98706



More information about the llvm-commits mailing list