[flang-commits] [flang] [Flang][bbc] Prevent bbc -emit-fir command invoking all passes twice (PR #80927)
via flang-commits
flang-commits at lists.llvm.org
Wed Feb 7 06:18:33 PST 2024
agozillon wrote:
> --mlir-pass-statistics
Thank you for the option to check the passes being ran! It seems that it is restricted to the OpenMP passes being ran twice due to the location: https://github.com/llvm/llvm-project/blob/main/flang/tools/bbc/bbc.cpp#L378 so perhaps shifting the location these are added is the correct fix.
https://github.com/llvm/llvm-project/pull/80927
More information about the flang-commits
mailing list