Skip to content

Commit 7830bb8

Browse files
committed
Replace Zba, Zbb and Zbs with B.
1 parent 802878a commit 7830bb8

File tree

1 file changed

+4
-8
lines changed

1 file changed

+4
-8
lines changed

llvm/lib/Target/RISCV/RISCVProcessors.td

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -659,10 +659,8 @@ def ANDES_A25 : RISCVProcessorModel<"andes-a25",
659659
FeatureStdExtF,
660660
FeatureStdExtD,
661661
FeatureStdExtC,
662-
FeatureStdExtZba,
663-
FeatureStdExtZbb,
664-
FeatureStdExtZbc,
665-
FeatureStdExtZbs]>;
662+
FeatureStdExtB,
663+
FeatureStdExtZbc]>;
666664

667665
def ANDES_AX25 : RISCVProcessorModel<"andes-ax25",
668666
NoSchedModel,
@@ -675,10 +673,8 @@ def ANDES_AX25 : RISCVProcessorModel<"andes-ax25",
675673
FeatureStdExtF,
676674
FeatureStdExtD,
677675
FeatureStdExtC,
678-
FeatureStdExtZba,
679-
FeatureStdExtZbb,
680-
FeatureStdExtZbc,
681-
FeatureStdExtZbs]>;
676+
FeatureStdExtB,
677+
FeatureStdExtZbc]>;
682678

683679
def ANDES_N45 : RISCVProcessorModel<"andes-n45",
684680
NoSchedModel,

0 commit comments

Comments
 (0)