We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a351ee4 commit bdcbef4Copy full SHA for bdcbef4
llvm/lib/Target/RISCV/RISCVFeatures.td
@@ -1429,9 +1429,10 @@ def FeatureVendorXqccmp
1429
: RISCVExperimentalExtension<0, 3,
1430
"Qualcomm 16-bit Push/Pop and Double Moves",
1431
[FeatureStdExtZca]>;
1432
-def HasVendorXqccmp : Predicate<"Subtarget->hasVendorXqccmp()">,
1433
- AssemblerPredicate<(all_of FeatureVendorXqccmp),
1434
- "'Xqccmp' (Qualcomm 16-bit Push/Pop and Double Moves)">;
+def HasVendorXqccmp
+ : Predicate<"Subtarget->hasVendorXqccmp()">,
+ AssemblerPredicate<(all_of FeatureVendorXqccmp),
1435
+ "'Xqccmp' (Qualcomm 16-bit Push/Pop and Double Moves)">;
1436
1437
def FeatureVendorXqcia
1438
: RISCVExperimentalExtension<0, 7, "Qualcomm uC Arithmetic Extension">;
0 commit comments