[PATCH] D144861: [SCEV][IndVars][WIP] Check outer loop invariant when cononicalize comparision
Eli Friedman via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Feb 28 16:51:25 PST 2023
efriedma added a comment.
>From my analysis of the testcase, we called "getAddExpr(SCEV::FlagNUW)" while analyzing the first loop, and that broke the analysis of the second loop. The actual simplification isn't relevant.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D144861/new/
https://reviews.llvm.org/D144861
More information about the llvm-commits
mailing list