================
@@ -94,19 +94,21 @@ static void EmitARMTargetDef(RecordKeeper &RK, raw_ostream
&OS) {
else
OS << ", \"" << Alias << "\"";
OS << ", AArch64::" << AEK;
- if (AEK == "AEK_NONE") {
+ auto Name = Rec->getValueAsString("Name");
+ if (Name.empty()) {
----------------
tmatheson-arm wrote:
Shouldn't we be checking `IsFMVOnly` here?
https://github.com/llvm/llvm-project/pull/92319
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits