[all-commits] [llvm/llvm-project] 31a6fe: [flang] Move AddAliasTags pass after BoxedProcedur...
Slava Zakharin via All-commits
all-commits at lists.llvm.org
Thu Sep 4 10:30:37 PDT 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 31a6fedb982a7d9ea6d37f6ae86a220e5a141cd5
https://github.com/llvm/llvm-project/commit/31a6fedb982a7d9ea6d37f6ae86a220e5a141cd5
Author: Slava Zakharin <szakharin at nvidia.com>
Date: 2025-09-04 (Thu, 04 Sep 2025)
Changed paths:
M flang/lib/Optimizer/Passes/Pipelines.cpp
M flang/test/Driver/mlir-pass-pipeline.f90
M flang/test/Fir/basic-program.fir
Log Message:
-----------
[flang] Move AddAliasTags pass after BoxedProcedurePass. (#156780)
Move AddAliasTags after BoxedProcedurePass to be able to compute
the size of Fortran variables by converting their types to LLVM
types and applying DL size/alignment computations.
This is one of the approaches to unblock #156558.
This change does not affect performance in my testing.
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list