[PR #14] [CLOSED] Cherry pick upstream M1 support #15

Closed
opened 2026-02-18 19:21:14 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/RPCS3/llvm-mirror/pull/14
Author: @sguo35
Created: 6/17/2022
Status: Closed

Base: masterHead: master


📝 Commits (1)

  • fdbd54a Subject: [PATCH] [AArch64] Add support for -march=native for Apple M1 CPU

📊 Changes

1 file changed (+38 additions, -26 deletions)

View changed files

📝 lib/Support/Host.cpp (+38 -26)

📄 Description

Cherry picks https://github.com/llvm/llvm-project/commit/fcca10c69aaab539962d10fcc59a5f074b73b0de to enable Firestorm (Apple A14 core) target instead of defaulting to Cyclone target (Apple A7 core)


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/RPCS3/llvm-mirror/pull/14 **Author:** [@sguo35](https://github.com/sguo35) **Created:** 6/17/2022 **Status:** ❌ Closed **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (1) - [`fdbd54a`](https://github.com/RPCS3/llvm-mirror/commit/fdbd54a4338ba1a597cd8ed549a44783ebce87b1) Subject: [PATCH] [AArch64] Add support for -march=native for Apple M1 CPU ### 📊 Changes **1 file changed** (+38 additions, -26 deletions) <details> <summary>View changed files</summary> 📝 `lib/Support/Host.cpp` (+38 -26) </details> ### 📄 Description Cherry picks https://github.com/llvm/llvm-project/commit/fcca10c69aaab539962d10fcc59a5f074b73b0de to enable Firestorm (Apple A14 core) target instead of defaulting to Cyclone target (Apple A7 core) --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
yindo added the pull-request label 2026-02-18 19:21:14 -05:00
yindo closed this issue 2026-02-18 19:21:14 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: RPCS3/llvm-mirror#15