diff options
author | Jonathan Cohen <joncoh@apple.com> | 2025-08-18 15:10:59 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-08-18 15:10:59 +0300 |
commit | c6fe567064847ed3c8821422a4fc81eefc7f4291 (patch) | |
tree | 9009e732ee224a9d7cb0ac17ed4e86da56ccee11 /flang/lib/Frontend/CompilerInvocation.cpp | |
parent | 673750feea3a5506ec7cc6271596856dcebe88c4 (diff) | |
download | llvm-c6fe567064847ed3c8821422a4fc81eefc7f4291.zip llvm-c6fe567064847ed3c8821422a4fc81eefc7f4291.tar.gz llvm-c6fe567064847ed3c8821422a4fc81eefc7f4291.tar.bz2 |
[AArch64][MachineCombiner] Combine sequences of gather patterns (#152979)
Reland of #142941
Squashed with fixes for #150004, #149585
This pattern matches gather-like patterns where
values are loaded per lane into neon registers, and
replaces it with loads into 2 separate registers, which
will be combined with a zip instruction. This decreases
the critical path length and improves Memory Level
Parallelism.
rdar://151851094
Diffstat (limited to 'flang/lib/Frontend/CompilerInvocation.cpp')
0 files changed, 0 insertions, 0 deletions