================
@@ -349,6 +349,14 @@ void AArch64::ExtensionSet::reconstructFromParsedFeatures(
   }
 }
 
+uint64_t AArch64::ExtensionSet::toCpuSupportsMask() const {
----------------
sdesmalen-arm wrote:

I guess you could always move the functionality back into a separate function 
if future changes require that. That said, I would prefer `getFMVFeatureMask` 
if you keep it, because it makes it clear that the bitmask describes features 
for the purpose of FMV.

https://github.com/llvm/llvm-project/pull/119231
_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to