[PATCH] D93791: [AArch64] Add Fujitsu A64FX scheduling model

Yuichiro Utsumi via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Dec 23 19:01:30 PST 2020


yutsumi added inline comments.


================
Comment at: llvm/lib/Target/AArch64/AArch64Subtarget.cpp:115-116
+    MaxInterleaveFactor = 4;
+    // `PrefetchDistance`, `MinPrefetchStride`, and
+    // `MaxPrefetchIterationsAhead` are used in LoopDataPrefetch (default OFF).
+    // We set the same value as ThunderX2T99 to these for now.
----------------
Please remove this comment because LoopDataPrefetch is enabled by default in llvm/lib/Target/AArch64/AArch64TargetMachine.cpp.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D93791



More information about the llvm-commits mailing list