miyuki added inline comments.

================
Comment at: clang/lib/Sema/SemaDeclAttr.cpp:5002
 
   if (!ArmMveAliasValid(BuiltinID, AliasName) &&
+      !ArmCdeAliasValid(BuiltinID, AliasName) &&
----------------
I would suggest splitting the check into Arm-specific and AArch64-specific 
checks to speed things up (if it is easy to get the current target arch in this 
context).


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D75861/new/

https://reviews.llvm.org/D75861



_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to