[PATCH] D128787: [AArch64] Make FeatureFuseAdrpAdd a tune feature
Peter Smith via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Jun 29 05:06:51 PDT 2022
peter.smith added a comment.
I think it makes sense to move this to the Tune part as it is micro-architectural rather than architectural.
================
Comment at: llvm/lib/Target/AArch64/AArch64.td:1093
// affect code generated by the compiler and can be used only by explicitly
// mentioning the new system register names in assembly. FeatureFuseAdrpAdd is
// enabled under Generic to allow linker merging optimizations.
----------------
Is it worth moving the comment for `FeatureFuseAdrpAdd` to the ProcessorModel
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D128787/new/
https://reviews.llvm.org/D128787
More information about the llvm-commits
mailing list