[PATCH] D88880: [LoopFlatten] Initial support for different types
Sjoerd Meijer via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Oct 14 01:43:09 PDT 2020
SjoerdMeijer added a comment.
> I guess this is similar to the widening that IndVarSimplify does? Can we just re-use the stuff from there or have IndVarSimplify just do it for us?
Yep, exactly. That's exactly what I want to look at.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D88880/new/
https://reviews.llvm.org/D88880
More information about the llvm-commits
mailing list