This addresses the llvm/test/Transforms/IndVarSimplify/elim-extend.ll @nestedIV regression from D73728
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
Ping @reames / @mkazantsev
Please do indicate if there is any way i can help move this process along.
Thanks
Comment Actions
LGTM. Hope it doesn't end up exploding. :)
llvm/include/llvm/Analysis/ScalarEvolutionExpander.h | ||
---|---|---|
184 | Should we assert that provided At is not null, or there are other places where it'd be OK? |
Comment Actions
Thank you so much for reviewing this patch set!
We'll find out whether this explodes soon :)
llvm/include/llvm/Analysis/ScalarEvolutionExpander.h | ||
---|---|---|
184 | Hm, such an assertion does not fail as of check-llvm, so let's do that. |
Should we assert that provided At is not null, or there are other places where it'd be OK?