================
@@ -1750,6 +1750,13 @@ def HasXAIFET : Predicate<"Subtarget->hasXAIFET()">,
AssemblerPredicate<(all_of FeatureVendorXAIFET),
"'XAIFET' (AI Foundry ET Extension)">;
+def FeatureVendorXCheriot
+ : RISCVExtension<1, 0, "CHERIoT extension",
+ [FeatureStdExtC, FeatureStdExtE, FeatureStdExtM]>;
----------------
resistor wrote:
I could alternatively omit the dependency list entirely for now, since what I
really need is the name to be recognized.
https://github.com/llvm/llvm-project/pull/189968
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits