[PATCH] D71539: [SCEV] Look through trivial PHIs.
Florian Hahn via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Sep 29 06:53:55 PDT 2021
fhahn added a comment.
In D71539#3029955 <https://reviews.llvm.org/D71539#3029955>, @fhahn wrote:
> @uabelho that looks like a different cause, as DependenceAnalysis is not involved. Taking a look now
Looks like the issue was missing SCEV invalidation after changing the incoming value of a phi in IndVarSimplify. Should be fixed by 0b4a4cc72d81 <https://reviews.llvm.org/rG0b4a4cc72d81a522230a7270abdfa804aa49d89b>
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D71539/new/
https://reviews.llvm.org/D71539
More information about the llvm-commits
mailing list