[PATCH] D116160: [AArch64] ACLE feature macro for Armv8.8-A MOPS

Momchil Velikov via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Dec 22 06:42:00 PST 2021


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



More information about the llvm-commits mailing list