<div dir="ltr"><div dir="ltr"><div dir="ltr">Hello,<br><br>I'll be giving a short presentation on the LLVM performance workshop soon and I want to touch on the topic of future performance improvements. I decided to ask the community about what can drive performance improvements in a classic C++ LLVM compiler CPU backend in the future? If I summarize all the thoughts and opinions, I think it would be an interesting discussion.<br><br>There is already a body of research on the topic, including [1] which talks about superoptimizers, but maybe anybody has some interesting new ideas.<br>In particular, I'm interested to hear thoughts on the following things:<br>1. How big is the performance headroom in existing LLVM optimization passes?<br>2. I think PGO can play a bigger role in the future. I see the benefits of more optimizations being guided by profiling data. For example, there is potential for intelligent injection of memory prefetching hints based on HW telemetry data on modern Intel CPUs. This HW telemetry data allows finding memory accesses that miss in caches and estimate the prefetch window (in cycles). Using this data compiler can determine the place for a prefetch hint. Obviously, there are lots of limitations, but it's just a thought. BTW, the same can be done for PGO-driven branch-to-cmov conversion (fighting branch mispredictions).<br>3. ML opportunities in compiler tooling. For example, code similarity analysis [2][3] opens a wide range of opportunities, e.g. build a recommendation system that will suggest a better performing code sequence.<br><br>Please also share any thoughts you have that are not on this list.<br><br>If that topic was discussed in the past, sorry, and please send links to those discussions.<br><br>-Denis<br><a href="https://easyperf.net">https://easyperf.net</a><br><br>[1]: <a href="https://arxiv.org/abs/1809.02161">https://arxiv.org/abs/1809.02161</a><br>[2]: <a href="https://doi.org/10.1145/3360578">https://doi.org/10.1145/3360578</a><br>[3]: <a href="https://arxiv.org/abs/2006.05265">https://arxiv.org/abs/2006.05265</a><div dir="ltr" class="gmail_signature"><div dir="ltr"><div><div dir="ltr"><div><div dir="ltr"><div><div dir="ltr"><div><br><br><br><br></div></div></div></div></div></div></div></div></div></div></div></div>