[all-commits] [llvm/llvm-project] 7b2eff: [AArch64] Add FeatureFuseAddSub2RegAndConstOne for...
Philipp Tomsich via All-commits
all-commits at lists.llvm.org
Fri Feb 9 15:31:15 PST 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 7b2eff6306c1a20f69f16bc485dbc229c8ada40d
https://github.com/llvm/llvm-project/commit/7b2eff6306c1a20f69f16bc485dbc229c8ada40d
Author: Philipp Tomsich <philipp.tomsich at vrull.eu>
Date: 2024-02-09 (Fri, 09 Feb 2024)
Changed paths:
M llvm/lib/Target/AArch64/AArch64.td
Log Message:
-----------
[AArch64] Add FeatureFuseAddSub2RegAndConstOne for Ampere1A (#81295)
Ampere1A introduced the Fusion for A+B+1/A-B-1.
However, the Feature flag to enable that fusion-case never was added to
TuneAmpere1A. This commit corrects that omission.
More information about the All-commits
mailing list