[flang-commits] [clang] [flang] Add IR Profile-Guided Optimization (IR PGO) support to the Flang compiler (PR #136098)
via flang-commits
flang-commits at lists.llvm.org
Thu Apr 24 23:02:36 PDT 2025
fanju110 wrote:
> There is precedent for changing the clang source in order to share code or to augment it for use with flang. For what needs to be done here, I think it should be fine. We will have to request reviews from the clang developers as well.
Since this PR focuses on enabling PGO support in Flang, and changes to the Clang source code may require broader discussion and review, I intend to scope this PR to Flang's features. As you suggested, I've implemented it locally, and I'm going to propose a another PR to make the flang and clang share code
https://github.com/llvm/llvm-project/pull/136098
More information about the flang-commits
mailing list