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

KAWASHIMA Takahiro via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Dec 23 18:25:19 PST 2020


kawashima-fj created this revision.
kawashima-fj added a reviewer: yutsumi.
kawashima-fj added a project: LLVM.
Herald added subscribers: danielkiss, jfb, hiraditya, kristof.beyls.
kawashima-fj requested review of this revision.
Herald added a subscriber: llvm-commits.

Basic support of A64FX was added in D75594 <https://reviews.llvm.org/D75594> but its scheduling model
was missing. This commit adds the scheduling model. Also, this commit
amends/adds some subtarget parameters of A64FX.

The A64FX Microarchitecture Manual, which is source information of
this commit, is on GitHub.

https://github.com/fujitsu/A64FX/

I'm on holiday till January 4. I'll address comments and commit
to GitHub after that.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D93791

Files:
  llvm/lib/Target/AArch64/AArch64.td
  llvm/lib/Target/AArch64/AArch64SchedA64FX.td
  llvm/lib/Target/AArch64/AArch64Schedule.td
  llvm/lib/Target/AArch64/AArch64Subtarget.cpp
  llvm/test/CodeGen/AArch64/machine-combiner-madd.ll
  llvm/test/CodeGen/AArch64/preferred-function-alignment.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D93791.313637.patch
Type: text/x-patch
Size: 151778 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20201224/bec99139/attachment-0001.bin>


More information about the llvm-commits mailing list