[PATCH] D105510: [ScalarEvolution] Strictly enforce pointer/int type rules.
Eli Friedman via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Sun Jul 11 14:56:39 PDT 2021
efriedma added a comment.
In D105510#2870088 <https://reviews.llvm.org/D105510#2870088>, @kripken wrote:
> This caused assertions to be hit on some tests as well as real-world code that we run.
Do all the failures you're seeing involve WidenIV::getWideRecurrence()? (If there are different callers of getSignExtendExpr triggering the same crash, I'll need to look at them separately.)
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D105510/new/
https://reviews.llvm.org/D105510
More information about the llvm-commits
mailing list