Rocha, RCO, Porpodas, V, Petoumenos, P et al. (4 more authors) (2020) Vectorization-aware loop unrolling with seed forwarding. In: Pouchet, L-N and Jimborean, A, (eds.) CC 2020: Proceedings of the 29th International Conference on Compiler Construction. The 29th ACM SIGPLAN 2020 International Conference on Compiler Construction (CC 2020), 22-23 Feb 2020, San Diego, CA, USA. Association for Computing Machinery , pp. 1-13. ISBN 978-1-4503-7120-9
Abstract
Loop unrolling is a widely adopted loop transformation, commonly used for enabling subsequent optimizations. Straight-line-code vectorization (SLP) is an optimization that benefits from unrolling. SLP converts isomorphic instruction sequences into vector code. Since unrolling generates repeatead isomorphic instruction sequences, it enables SLP to vectorize more code. However, most production compilers apply these optimizations independently and uncoordinated. Unrolling is commonly tuned to avoid code bloat, not maximizing the potential for vectorization, leading to missed vectorization opportunities.
We are proposing VALU, a novel loop unrolling heuristic that takes vectorization into account when making unrolling decisions. Our heuristic is powered by an analysis that estimates the potential benefit of SLP vectorization for the unrolled version of the loop. Our heuristic then selects the unrolling factor that maximizes the utilization of the vector units. VALU also forwards the vectorizable code to SLP, allowing it to bypass its greedy search for vectorizable seed instructions, exposing more vectorization opportunities.
Our evaluation on a production compiler shows that VALU uncovers many vectorization opportunities that were missed by the default loop unroller and vectorizers. This results in more vectorized code and significant performance speedups for 17 of the kernels of the TSVC benchmarks suite, reaching up to 2× speedup over the already highly optimized -O3. Our evaluation on full benchmarks from FreeBench and MiBench shows that VALU results in a geo-mean speedup of 1.06×.
Metadata
Item Type: | Proceedings Paper |
---|---|
Authors/Creators: |
|
Editors: |
|
Copyright, Publisher and Additional Information: | © 2020 by the Association for Computing Machinery, Inc (ACM). This is an author produced version of a paper published in CC 2020: Proceedings of the 29th International Conference on Compiler Construction. Uploaded in accordance with the publisher's self-archiving policy. |
Dates: |
|
Institution: | The University of Leeds |
Academic Units: | The University of Leeds > Faculty of Engineering & Physical Sciences (Leeds) > School of Computing (Leeds) |
Depositing User: | Symplectic Publications |
Date Deposited: | 17 Jan 2020 14:21 |
Last Modified: | 01 Mar 2020 13:11 |
Status: | Published |
Publisher: | Association for Computing Machinery |
Identification Number: | 10.1145/3377555.3377890 |
Open Archives Initiative ID (OAI ID): | oai:eprints.whiterose.ac.uk:155722 |