[clang] [clang][analyzer] Enable loop unrolling by default (PR #178911)

Balázs Benics via cfe-commits cfe-commits at lists.llvm.org
Thu Apr 2 05:09:32 PDT 2026


steakhal wrote:

> > @necto are you interested measuring this patch? Do you have unrolling enabled? Do you have prior experience with this?
> 
> Thanks for the ping! We have loop unrolling enabled, so this patch is a no-op for us. I will not evaluate it.

This is great. So we know that it doesn't crash, or impose really bad analysis times and I also know we had a look at outliers so this should be all pointing that this is fine. I'll still think about this on the weekend, but it's a really good indication.
Thank you for sharing!

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


More information about the cfe-commits mailing list