[PATCH] D111551: [AArch64] Split out processor/tuning features
Tomas Matheson via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Feb 21 09:49:42 PST 2022
tmatheson added inline comments.
================
Comment at: llvm/lib/Target/AArch64/AArch64.td:788
-def ProcExynosM4 : SubtargetFeature<"exynosm4", "ARMProcFamily", "ExynosM3",
- "Samsung Exynos-M4 processors",
- [HasV8_2aOps,
- FeatureArithmeticBccFusion,
+def TuneExynosM4 : SubtargetFeature<"exynosm3", "ARMProcFamily", "ExynosM3",
+ "Samsung Exynos-M3 processors",
----------------
Should this (and the next line) say M4 rather than M3?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D111551/new/
https://reviews.llvm.org/D111551
More information about the llvm-commits
mailing list