https://github.com/sjoerdmeijer updated
https://github.com/llvm/llvm-project/pull/133054
>From a65f5c9b7937b21bdf43dea532e951b3ce462ec5 Mon Sep 17 00:00:00 2001
From: Sjoerd Meijer
Date: Wed, 26 Mar 2025 01:38:46 -0700
Subject: [PATCH] [AArch64] Add FEAT_FPAC to Neoverse V2
This feature is sup
@@ -1067,7 +1067,8 @@ def ProcessorFeatures {
FeatureDotProd, FeatureFPARMv8,
FeatureMatMulInt8,
FeatureSSBS, FeatureCCIDX,
FeatureJS, FeatureLSE, FeatureRAS,
Featur
@@ -1067,7 +1067,8 @@ def ProcessorFeatures {
FeatureDotProd, FeatureFPARMv8,
FeatureMatMulInt8,
FeatureSSBS, FeatureCCIDX,
FeatureJS, FeatureLSE, FeatureRAS,
Featur
https://github.com/rj-jesus edited
https://github.com/llvm/llvm-project/pull/133054
___
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
@@ -1067,7 +1067,8 @@ def ProcessorFeatures {
FeatureDotProd, FeatureFPARMv8,
FeatureMatMulInt8,
FeatureSSBS, FeatureCCIDX,
FeatureJS, FeatureLSE, FeatureRAS,
Featur
https://github.com/Jojad9 approved this pull request.
Approve to this change
https://github.com/llvm/llvm-project/pull/133054
___
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
llvmbot wrote:
@llvm/pr-subscribers-clang
Author: Sjoerd Meijer (sjoerdmeijer)
Changes
This feature is supported in Grace, but wasn't specified in the CPU definition.
This is not important for codegen, but is good for completeness, and good for
other tools that could query the CPU defini
llvmbot wrote:
@llvm/pr-subscribers-clang-driver
Author: Sjoerd Meijer (sjoerdmeijer)
Changes
This feature is supported in Grace, but wasn't specified in the CPU definition.
This is not important for codegen, but is good for completeness, and good for
other tools that could query the CPU
llvmbot wrote:
@llvm/pr-subscribers-backend-aarch64
Author: Sjoerd Meijer (sjoerdmeijer)
Changes
This feature is supported in Grace, but wasn't specified in the CPU definition.
This is not important for codegen, but is good for completeness, and good for
other tools that could query the
https://github.com/sjoerdmeijer created
https://github.com/llvm/llvm-project/pull/133054
This feature is supported in Grace, but wasn't specified in the CPU definition.
This is not important for codegen, but is good for completeness, and good for
other tools that could query the CPU definition
10 matches
Mail list logo