Files
clang-p2996/llvm/test/Transforms/LoopUnroll
Florian Hahn d486b76823 [AArch64] Unroll some loops with early-continues on Apple Silicon. (#118499)
Try to runtime-unroll loops with early-continues depending on
loop-varying loads; this helps with branch-prediction for the
early-continues and can significantly improve performance
for such loops

Builds on top of https://github.com/llvm/llvm-project/pull/118317.

PR: https://github.com/llvm/llvm-project/pull/118499.
2024-12-22 13:10:54 +00:00
..