[flang-commits] [flang] [Flang] Add missing dependency to AddDebugInfo pass (PR #139099)
Sergio Afonso via flang-commits
flang-commits at lists.llvm.org
Fri May 9 03:13:37 PDT 2025
skatrak wrote:
Thanks for the quick reviews!
> A quick look seems to suggest that several cuda and loop versioning tests (two passes among others that use `fir::support::getOrSetMLIRDataLayout()`) also include the `dlti.dl_spec`. May be the same changes are applicable there as well.
I did notice that the loop versioning pass might potentially have the same issue. I'll take a more detailed look at other passes using that utility and see if we should be adding the dialect dependency to them. I'll make another PR with these changes, if I find any.
https://github.com/llvm/llvm-project/pull/139099
More information about the flang-commits
mailing list