chill added inline comments.

================
Comment at: clang/lib/Basic/Targets/AArch64.cpp:666
 
+  HasMOPS |= ArchKind == llvm::AArch64::ArchKind::ARMV8_8A ||
+             ArchKind == llvm::AArch64::ArchKind::ARMV9_3A;
----------------
So, this is enabled by default (as in "is mandatory part") of 8.8-a and 9.3-a? 
Why don't we handle it like other extensions in `AArch64TargetParser.def`  like 
https://reviews.llvm.org/D115694#inline-1110596 


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D116160

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

Reply via email to