[flang-commits] [flang] [flang] Use alias analysis in lowering record assignments (PR #180010)
via flang-commits
flang-commits at lists.llvm.org
Fri Feb 6 01:46:03 PST 2026
jeanPerier wrote:
@MattPD, this introduce a cycle that broke the shared build so I reverted again.
I am not sure why FIRAnalysis is linking against FIRBuilder. Seems wrong to me because the analysis should not build/modify the IR.
I would advise looking into what is using it there and try to move what is being used elsewhere (it is possible there is no usages, it may have been added by mistake in https://github.com/llvm/llvm-project/commit/ba65584d1545951ce958ea5729692374055d6b9f).
https://github.com/llvm/llvm-project/pull/180010
More information about the flang-commits
mailing list