[PATCH] D112459: [AArch64] Enablement of Cortex-X2

2021-11-01 Thread Dave Green via Phabricator via cfe-commits
This revision was landed with ongoing or failed builds. This revision was automatically updated to reflect the committed changes. Closed by commit rG0b83a18a2b9d: [AArch64] Enablement of Cortex-X2 (authored by mubashar_, committed by dmgreen). Changed prior to commit: https://reviews.llvm.org/D

[PATCH] D112459: [AArch64] Enablement of Cortex-X2

2021-10-28 Thread Dave Green via Phabricator via cfe-commits
dmgreen accepted this revision. dmgreen added a comment. This revision is now accepted and ready to land. Thanks. LGTM CHANGES SINCE LAST ACTION https://reviews.llvm.org/D112459/new/ https://reviews.llvm.org/D112459 ___ cfe-commits mailing list cfe

[PATCH] D112459: [AArch64] Enablement of Cortex-X2

2021-10-26 Thread Mubashar Ahmad via Phabricator via cfe-commits
mubashar_ added a comment. Addressed comments from @dmgreen. CHANGES SINCE LAST ACTION https://reviews.llvm.org/D112459/new/ https://reviews.llvm.org/D112459 ___ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mai

[PATCH] D112459: [AArch64] Enablement of Cortex-X2

2021-10-26 Thread Mubashar Ahmad via Phabricator via cfe-commits
mubashar_ updated this revision to Diff 382309. mubashar_ marked 2 inline comments as done. mubashar_ added a comment. Made adjustments to AArch64.td and AArch64Subtarget.cpp files. CHANGES SINCE LAST ACTION https://reviews.llvm.org/D112459/new/ https://reviews.llvm.org/D112459 Files: clan

[PATCH] D112459: [AArch64] Enablement of Cortex-X2

2021-10-25 Thread Dave Green via Phabricator via cfe-commits
dmgreen added inline comments. Comment at: llvm/lib/Target/AArch64/AArch64.td:689 + "Cortex-X2 ARM processors", [ + FeatureFuseAES, + FeaturePostRAScheduler]>; Acco

[PATCH] D112459: [AArch64] Enablement of Cortex-X2

2021-10-25 Thread Mubashar Ahmad via Phabricator via cfe-commits
mubashar_ created this revision. mubashar_ added reviewers: lenary, dmgreen. Herald added subscribers: hiraditya, kristof.beyls. mubashar_ requested review of this revision. Herald added projects: clang, LLVM. Herald added subscribers: llvm-commits, cfe-commits. Enables support for Cortex-X2 cores