mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-25 20:23:11 +01:00
[RISCV][NFC] Fix formatting
This commit is contained in:
parent
00f53956b9
commit
c850cfde51
@ -180,6 +180,7 @@ def FeatureStdExtZvlsseg
|
|||||||
def HasStdExtZvlsseg : Predicate<"Subtarget->hasStdExtZvlsseg()">,
|
def HasStdExtZvlsseg : Predicate<"Subtarget->hasStdExtZvlsseg()">,
|
||||||
AssemblerPredicate<(all_of FeatureStdExtZvlsseg),
|
AssemblerPredicate<(all_of FeatureStdExtZvlsseg),
|
||||||
"'Zvlsseg' (Vector segment load/store instructions)">;
|
"'Zvlsseg' (Vector segment load/store instructions)">;
|
||||||
|
|
||||||
def FeatureExtZvamo
|
def FeatureExtZvamo
|
||||||
: SubtargetFeature<"experimental-zvamo", "HasStdExtZvamo", "true",
|
: SubtargetFeature<"experimental-zvamo", "HasStdExtZvamo", "true",
|
||||||
"'Zvamo' (Vector AMO Operations)",
|
"'Zvamo' (Vector AMO Operations)",
|
||||||
|
Loading…
Reference in New Issue
Block a user