[PATCH] D134646: [AArch64] Add a target feature for AArch64StorePairSuppress

Dave Green via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Sep 27 05:46:25 PDT 2022


dmgreen added inline comments.


================
Comment at: llvm/lib/Target/AArch64/AArch64.td:1031
 
 def TuneTSV110 : SubtargetFeature<"tsv110", "ARMProcFamily", "TSV110",
                                   "HiSilicon TS-V110 processors", [
----------------
Allen wrote:
> TSV110 target is also expected to suppress pair stores
OK good to know, I can change it. I am a little surprised it expected to be beneficial though. Do you have an example where it helped? Perhaps I am just running the wrong code to show where it is useful..


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D134646/new/

https://reviews.llvm.org/D134646



More information about the llvm-commits mailing list