================
@@ -45,8 +45,6 @@ static void __init_cpu_features_constructor(unsigned long 
hwcap,
     setCPUFeature(FEAT_SSBS2);
   if (hwcap2 & HWCAP2_MTE)
     setCPUFeature(FEAT_MEMTAG2);
-  if (hwcap2 & HWCAP2_MTE3)
----------------
labrinea wrote:

There are no uses of the removed features in other targets.

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

Reply via email to