[PATCH] D144035: [llvm] Ensure SCEV does not replace aliases with their aliasees

Leonard Chan via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Feb 22 16:46:05 PST 2023


leonardchan added a comment.

In D144035#4145662 <https://reviews.llvm.org/D144035#4145662>, @MaskRay wrote:

>> Full context at https://github.com/llvm/llvm-project/issues/60668.
>
> Best to leave a simplified description in the summary so that a reader doesn't have to go to the external link and summarize the discussions themselves.
> And give a link to https://reviews.llvm.org/D66606
>
> This SCEV function is invoked by `FunctionPass Manager -> Loop Pass Manager -> Induction Variable Users` in the codegen pipeline.

Updated


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D144035/new/

https://reviews.llvm.org/D144035



More information about the llvm-commits mailing list