[clang] [llvm] [AArch64] Merge duplicate extension information. (PR #92319)
Tomas Matheson via cfe-commits
cfe-commits at lists.llvm.org
Fri May 17 13:37:56 PDT 2024
================
@@ -56,43 +52,64 @@ class Extension<
// The FMV priority
int FMVPriority = _FMVPriority;
+
+ // Indicates if the extension is available on the command line.
+ string IsFMVOnly = _IsFMVOnly;
----------------
tmatheson-arm wrote:
```suggestion
bit IsFMVOnly = 0;
```
https://github.com/llvm/llvm-project/pull/92319
More information about the cfe-commits
mailing list