History log of /llvm-project/llvm/lib/Target/ARM/ARMLatencyMutations.cpp (Results 1 – 2 of 2)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
Revision tags: llvmorg-21-init, llvmorg-19.1.7, llvmorg-19.1.6, llvmorg-19.1.5, llvmorg-19.1.4
# 5be43db9 14-Nov-2024 Kazu Hirata <kazu@google.com>

[ARM] Remove unused includes (NFC) (#116155)

Identified with misc-include-cleaner.


# 21f7c626 13-Nov-2024 Nashe Mncube <nashe.mncube@arm.com>

[LLVM][ARM] Latency mutations for cortex m55,m7 and m85 (#115153)

This patch adds latency mutations as a scheduling related speedup for
the above mentioned cores. When benchmarking this pass on sel

[LLVM][ARM] Latency mutations for cortex m55,m7 and m85 (#115153)

This patch adds latency mutations as a scheduling related speedup for
the above mentioned cores. When benchmarking this pass on selected
benchmarks we see a performance improvement of 1% on most benchmarks
with some improving by up to 6%.

Author: David Penry <david.penry@arm.com>
Co-authored-by: Nashe Mncube <nashe.mncube@arm.com

show more ...