tomershafir wrote:
@sebastiankreutzer hey, were you able to reach the maintainers of llvm-xray and
probe them about its dev status? If yes, can you pls share how to reach them
and what did they say?
https://github.com/llvm/llvm-project/pull/90959
___
@@ -170,7 +170,7 @@ getAArch64MicroArchFeaturesFromMtune(const Driver &D,
StringRef Mtune,
// 'cyclone' and later have zero-cycle register moves and zeroing.
if (MtuneLowerCase == "cyclone" ||
StringRef(MtuneLowerCase).starts_with("apple")) {
-Features.push_back(
https://github.com/tomershafir updated
https://github.com/llvm/llvm-project/pull/146260
>From 91c9e0832a72f8ed9198b644b677f0e93a557d89 Mon Sep 17 00:00:00 2001
From: tomershafir
Date: Sun, 29 Jun 2025 10:17:47 +0300
Subject: [PATCH] [AArch64] Fix stale +zcm target feature to +zcm-gpr64
Replace
https://github.com/tomershafir created
https://github.com/llvm/llvm-project/pull/146260
Replaces all the uses of `+zcm` with `+zcm-gpr64`.
>From f7ba61ad76cf956d642aa36a98288ab0df3c56d8 Mon Sep 17 00:00:00 2001
From: tomershafir
Date: Sun, 29 Jun 2025 10:17:47 +0300
Subject: [PATCH] [AArch64]
https://github.com/tomershafir ready_for_review
https://github.com/llvm/llvm-project/pull/146260
___
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
https://github.com/tomershafir edited
https://github.com/llvm/llvm-project/pull/146260
___
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
https://github.com/tomershafir closed
https://github.com/llvm/llvm-project/pull/146260
___
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits