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

Fangrui Song via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Feb 22 13:40:33 PST 2023


MaskRay added a comment.

> 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.

This SCEV function is invoked by `FunctionPass Manager -> Loop Pass Manager -> Induction Variable Users` in the codegen pipeline.


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