[clang] [llvm] [Inliner] Propagate more attributes to params when inlining (PR #91101)

Nikita Popov via cfe-commits cfe-commits at lists.llvm.org
Fri Sep 20 01:27:10 PDT 2024


nikic wrote:

>From the last run:
```
Top 5 regressions:
  verilator/V3WidthSel.cpp.ll 1476069359 1597049838 +8.20%
  verilator/V3LinkResolve.cpp.ll 1301807129 1388286283 +6.64%
  opencv/gscalar.cpp.ll 203273801 211586743 +4.09%
  verilator/V3Clock.cpp.ll 734000737 758828622 +3.38%
  verilator/V3Width.cpp.ll 11861109285 12245809078 +3.24%
```
It looks like this has some non-trivial compile-time impact on verilator?

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


More information about the cfe-commits mailing list