[PATCH] D13595: [SCEV][LV] Add SCEV Predicates and use them to re-implement stride versioning

hfinkel@anl.gov via llvm-commits llvm-commits at lists.llvm.org
Wed Oct 28 07:27:43 PDT 2015


hfinkel added a comment.

Why is all of the SCEVPredicate code in ScalarEvolution.{cpp.h}, as opposed to being in its own files? Is there a two-way coupling that I'm missing, or will there be one in the future?


http://reviews.llvm.org/D13595





More information about the llvm-commits mailing list