[PATCH] D142502: [AArch64] Add A+B+1 and A-B-1 macro fusion for Ampere1A
Philipp Tomsich via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Jan 26 08:57:06 PST 2023
philipp.tomsich added inline comments.
================
Comment at: llvm/lib/Target/AArch64/AArch64.td:1313
list<SubtargetFeature> Ampere1 = [HasV8_6aOps, FeatureNEON, FeaturePerfMon,
- FeatureSSBS, FeatureRandGen, FeatureSB,
- FeatureSHA2, FeatureSHA3, FeatureAES];
+ FeatureSSBS, FeatureRandGen, FeatureSHA2,
+ FeatureSHA3, FeatureAES];
----------------
dmgreen wrote:
> dmgreen wrote:
> > These look unrelated to the macro fusion.
> Should these be part of another patch?
Looks like I picked these up by accident. Will split them off again.
Sorry, the tooling with 'arc' is (still) killing me as I am used to patman.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D142502/new/
https://reviews.llvm.org/D142502
More information about the llvm-commits
mailing list