[all-commits] [llvm/llvm-project] bebc96: [AArch64] Enable FeatureFuseAdrpAdd for all Arm cpus
David Green via All-commits
all-commits at lists.llvm.org
Mon Sep 26 01:55:28 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: bebc96956b76bdbc36f1d82a788c810e5b12e2c5
https://github.com/llvm/llvm-project/commit/bebc96956b76bdbc36f1d82a788c810e5b12e2c5
Author: David Green <david.green at arm.com>
Date: 2022-09-26 (Mon, 26 Sep 2022)
Changed paths:
M llvm/lib/Target/AArch64/AArch64.td
A llvm/test/CodeGen/AArch64/misched-fusion-addadrp.ll
Log Message:
-----------
[AArch64] Enable FeatureFuseAdrpAdd for all Arm cpus
The commit D120104 enabled FeatureFuseAdrpAdd for -mcpu=generic,
allowing the linker to relax adrp;add pairs where possible. D132075
extended that to neoverse-n1, this patch extends it to all other cortex
and neoverse cpus for the same reasons.
Differential Revision: https://reviews.llvm.org/D134521
More information about the All-commits
mailing list