[clang] [flang] [llvm] Add IR Profile-Guided Optimization (IR PGO) support to the Flang compiler (PR #136098)

via cfe-commits cfe-commits at lists.llvm.org
Thu May 29 23:47:55 PDT 2025


fanju110 wrote:

> > > @fanju110, Thanks for seeing this through!
> > 
> > 
> > Hi @tarunprabhu , If everything looks good, could you please merge this PR at your convenience (I don't have merge rights)? Thank you!
> 
> It looks like you need to run `clang-format` on some of the code. See [here](https://github.com/llvm/llvm-project/actions/runs/15247681502/job/43119228106?pr=136098). For changes that you have made in `clang/`, please run it only on the code that you have changed and not the entire file. For code in `flang/`, you may run it on the entire file (in fact, you should)(

Hi, I have run clang-format as you suggested!

https://github.com/llvm/llvm-project/pull/136098


More information about the cfe-commits mailing list