We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f8865aa commit 4a2ab3aCopy full SHA for 4a2ab3a
llvm/lib/Target/RISCV/RISCVFeatures.td
@@ -411,7 +411,7 @@ def FeatureStdExtZcf
411
def FeatureStdExtZclsd
412
: RISCVExtension<1, 0,
413
"Compressed Load/Store Pair Instructions",
414
- [FeatureStdExtZilsd,FeatureStdExtZca]>;
+ [FeatureStdExtZilsd, FeatureStdExtZca]>;
415
def HasStdExtZclsd : Predicate<"Subtarget->hasStdExtZclsd()">,
416
AssemblerPredicate<(all_of FeatureStdExtZclsd),
417
"'Zclsd' (Compressed Load/Store pair instructions)">;
0 commit comments