[flang-commits] [flang] [Flang][AliasAnalysis] Alias analysis for tmp arrays (PR #111972)
via flang-commits
flang-commits at lists.llvm.org
Mon Oct 14 07:09:12 PDT 2024
jeanPerier wrote:
Something is weird here, AsExpr produces a value as far as SSA is concerned (hlfir.expr), so it does not make sense to call mayAlias on it to start with. So while I understand the goal, it does not feel right. The fix was probably in the OptimizedBufferization pass.
https://github.com/llvm/llvm-project/pull/111972
More information about the flang-commits
mailing list