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 2afaf07 commit f3f3c9cCopy full SHA for f3f3c9c
llvm/lib/Target/RISCV/RISCV.td
@@ -58,7 +58,7 @@ def HasStdExtC : Predicate<"Subtarget->hasStdExtC()">,
58
59
def FeatureExtZba
60
: SubtargetFeature<"experimental-zba", "HasStdExtZba", "true",
61
- "'Zba' (Base 'B' Instructions)">;
+ "'Zba' (Address calculation 'B' Instructions)">;
62
def HasStdExtZba : Predicate<"Subtarget->hasStdExtZba()">,
63
AssemblerPredicate<(all_of FeatureExtZba),
64
"'Zba' (Address calculation 'B' Instructions)">;
0 commit comments