On many aarch64 processors (Cortex A78, Neoverse N1/N2/V1, etc), ADD with LSL shift (shift-amount <= 4) has smaller latency and higher
throughput than ADD with larger shift (shift-amunt > 4). This is at least no-op for the rest of the processors.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
AND -> ADD