[clang] __sys builtin support for AArch64 (PR #146456)

2025-07-02 Thread Daniel Paoliello via cfe-commits
https://github.com/dpaoliello closed https://github.com/llvm/llvm-project/pull/146456 ___ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

[clang] __sys builtin support for AArch64 (PR #146456)

2025-07-02 Thread Eli Friedman via cfe-commits
https://github.com/efriedma-quic approved this pull request. LGTM https://github.com/llvm/llvm-project/pull/146456 ___ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

[clang] __sys builtin support for AArch64 (PR #146456)

2025-07-02 Thread Adam Glass via cfe-commits
AdamGlass wrote: @efriedma-quic can you see if the test change addresses your feedback. I removed one of the 4 RUNs. https://github.com/llvm/llvm-project/pull/146456 ___ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi

[clang] __sys builtin support for AArch64 (PR #146456)

2025-07-01 Thread Adam Glass via cfe-commits
AdamGlass wrote: I get it. The automation though had added half of humanity to the reviewers list. I don't have commit access yet so I couldn't remove them either :). I just tried to stop the bleeding fast. https://github.com/llvm/llvm-project/pull/146456 ___

[clang] __sys builtin support for AArch64 (PR #146456)

2025-07-01 Thread Eli Friedman via cfe-commits
efriedma-quic wrote: (For future reference, there's no way to permanently mess up a PR; you can force-push to overwrite whatever is on the branch.) https://github.com/llvm/llvm-project/pull/146456 ___ cfe-commits mailing list cfe-commits@lists.llvm.or

[clang] __sys builtin support for AArch64 (PR #146456)

2025-07-01 Thread Daniel Paoliello via cfe-commits
https://github.com/dpaoliello approved this pull request. https://github.com/llvm/llvm-project/pull/146456 ___ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

[clang] __sys builtin support for AArch64 (PR #146456)

2025-06-30 Thread via cfe-commits
llvmbot wrote: @llvm/pr-subscribers-backend-aarch64 @llvm/pr-subscribers-backend-arm Author: Adam Glass (AdamGlass) Changes [This is a resubmit of 145079 after some git clumsiness on my part responding to feedback] Adds support for __sys Clang builtin for AArch64 __sys is a long existin

[clang] __sys builtin support for AArch64 (PR #146456)

2025-06-30 Thread via cfe-commits
llvmbot wrote: @llvm/pr-subscribers-clang-codegen Author: Adam Glass (AdamGlass) Changes [This is a resubmit of 145079 after some git clumsiness on my part responding to feedback] Adds support for __sys Clang builtin for AArch64 __sys is a long existing MSVC intrinsic used to manage cac

[clang] __sys builtin support for AArch64 (PR #146456)

2025-06-30 Thread via cfe-commits
llvmbot wrote: @llvm/pr-subscribers-backend-x86 Author: Adam Glass (AdamGlass) Changes [This is a resubmit of 145079 after some git clumsiness on my part responding to feedback] Adds support for __sys Clang builtin for AArch64 __sys is a long existing MSVC intrinsic used to manage cache

[clang] __sys builtin support for AArch64 (PR #146456)

2025-06-30 Thread via cfe-commits
llvmbot wrote: @llvm/pr-subscribers-clang Author: Adam Glass (AdamGlass) Changes [This is a resubmit of 145079 after some git clumsiness on my part responding to feedback] Adds support for __sys Clang builtin for AArch64 __sys is a long existing MSVC intrinsic used to manage caches, tlb

[clang] __sys builtin support for AArch64 (PR #146456)

2025-06-30 Thread Adam Glass via cfe-commits
https://github.com/AdamGlass created https://github.com/llvm/llvm-project/pull/146456 [This is a resubmit of 145079 after some git clumsiness on my part responding to feedback] Adds support for __sys Clang builtin for AArch64 __sys is a long existing MSVC intrinsic used to manage caches, tlbs