Files
clang-p2996/llvm/test/CodeGen/AArch64/Atomics
David Green ef54e0bbfb [AArch64] Avoid generating LDAPUR on certain cores (#124274)
On the CPUs listed below, we want to avoid LDAPUR for performance
reasons. Add a tuning feature to disable them when using:
 -mcpu=neoverse-v2
 -mcpu=neoverse-v3
 -mcpu=cortex-x3
 -mcpu=cortex-x4
 -mcpu=cortex-x925
2025-01-27 13:12:11 +00:00
..