[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
Tue Feb 21 18:59:33 PST 2023


leonardchan added a comment.

In D144035#4143030 <https://reviews.llvm.org/D144035#4143030>, @pcc wrote:

> Passes shouldn't be replacing aliases with aliasees in general, see D66606 <https://reviews.llvm.org/D66606>. The right fix is to fix SCEV to not do that.

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