[PATCH] D129753: [SCEV] Prove condition invariance via context
Max Kazantsev via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Aug 19 02:33:12 PDT 2022
mkazantsev added a comment.
This is what the transform sees:
ArLHS = {0,+,-1}<nuw><nsw><%for.body.i>, RHS = 2
nuw here looks like a bug to me. So this patch has exposed something else. I'll dig into it.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D129753/new/
https://reviews.llvm.org/D129753
More information about the llvm-commits
mailing list