[PATCH] D88880: [LoopFlatten] Initial support for different types

Sjoerd Meijer via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Oct 8 07:08:54 PDT 2020


SjoerdMeijer added a comment.

In D88880#2319318 <https://reviews.llvm.org/D88880#2319318>, @lebedev.ri wrote:

> I think it might be really good if it would be possible to not implement all this overflow detection from scratch.
> Is there nothing in SCEV already that does this?

Agreed.  This needs a bit of a rethink, best done with the help of existing infrastructure. I am going to have a look.

Thanks for looking at this!


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

https://reviews.llvm.org/D88880



More information about the llvm-commits mailing list