Skip to content

Commit 41b8f14

Browse files
committed
[CHERIoT] Enable the B extension for cheriot-ibex and cheriot-kudu.
1 parent e7b61d9 commit 41b8f14

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

llvm/lib/Target/RISCV/RISCVProcessors.td

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -812,12 +812,12 @@ def CHERIOT_IBEX
812812
: RISCVProcessorModel<"cheriot-ibex", NoSchedModel,
813813
[Feature32Bit, FeatureVendorXCheri,
814814
FeatureVendorXCheriot, FeatureVendorXCheriPureCap,
815-
FeatureStdExtC, FeatureStdExtE, FeatureStdExtM,
815+
FeatureStdExtB, FeatureStdExtC, FeatureStdExtE, FeatureStdExtM,
816816
FeatureUnalignedScalarMem]>;
817817

818818
def CHERIOT_KUDU
819819
: RISCVProcessorModel<"cheriot-kudu", NoSchedModel,
820820
[Feature32Bit, FeatureVendorXCheri,
821821
FeatureVendorXCheriot, FeatureVendorXCheriPureCap,
822-
FeatureStdExtC, FeatureStdExtE, FeatureStdExtM,
822+
FeatureStdExtB, FeatureStdExtC, FeatureStdExtE, FeatureStdExtM,
823823
FeatureUnalignedScalarMem]>;

0 commit comments

Comments
 (0)