[clang] [llvm] Enable WPD without lto (PR #141777)

Hassnaa Hamdi via cfe-commits cfe-commits at lists.llvm.org
Mon Jun 9 08:47:43 PDT 2025


hassnaaHamdi wrote:

> > Hi @teresajohnson what do you think? For the case of PGO, I think we may disable it. I think The speculative devirtualization is useful for cases where we don't have enough information.
> 
> Yes I think the spec results are promising. I'd suggest also trying with a large C++ app like Clang itself, compiling a large source file. Feel free to send a full patch for this change, including some lit tests, and guarded appropriately by a flag.

Great, thanks so much for the feedback.

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


More information about the cfe-commits mailing list