[PATCH] D75594: [AArch64] Add support for Fujitsu A64FX

2021-01-15 Thread KAWASHIMA Takahiro via Phabricator via cfe-commits
kawashima-fj closed this revision. kawashima-fj added a comment. Herald added subscribers: dexonsmith, danielkiss. In D75594#1927988 , @ikitayama wrote: > In D75594#1927959 , @kawashima-fj > wrote: > >> Yes, https:

[PATCH] D75594: [AArch64] Add support for Fujitsu A64FX

2020-03-17 Thread KAWASHIMA Takahiro via Phabricator via cfe-commits
kawashima-fj added a comment. In D75594#1927988 , @ikitayama wrote: > In D75594#1927959 , @kawashima-fj > wrote: > > > Yes, https://github.com/fujitsu/A64FX contains the official > > microarchitecture information

[PATCH] D75594: [AArch64] Add support for Fujitsu A64FX

2020-03-17 Thread Itaru Kitayama via Phabricator via cfe-commits
ikitayama added a comment. In D75594#1927959 , @kawashima-fj wrote: > Yes, https://github.com/fujitsu/A64FX contains the official microarchitecture > information of A64FX. I wanted to include the URL in the Git commit message > but the disclosure was no

[PATCH] D75594: [AArch64] Add support for Fujitsu A64FX

2020-03-17 Thread KAWASHIMA Takahiro via Phabricator via cfe-commits
kawashima-fj added a comment. Yes, https://github.com/fujitsu/A64FX contains the official microarchitecture information of A64FX. I wanted to include the URL in the Git commit message but the disclosure was not ready for it at the time. Repository: rG LLVM Github Monorepo CHANGES SINCE LAST

[PATCH] D75594: [AArch64] Add support for Fujitsu A64FX

2020-03-17 Thread Itaru Kitayama via Phabricator via cfe-commits
ikitayama reopened this revision. ikitayama added a comment. This revision is now accepted and ready to land. Publicly available information on A64FX: https://github.com/fujitsu/A64FX Repository: rG LLVM Github Monorepo CHANGES SINCE LAST ACTION https://reviews.llvm.org/D75594/new/ https:

[PATCH] D75594: [AArch64] Add support for Fujitsu A64FX

2020-03-09 Thread KAWASHIMA Takahiro via Phabricator via cfe-commits
This revision was automatically updated to reflect the committed changes. Closed by commit rGc8cd1a994d28: [AArch64] Add support for Fujitsu A64FX (authored by kawashima-fj). Herald added a project: clang. Herald added a subscriber: cfe-commits. Repository: rG LLVM Github Monorepo CHANGES SINC