Skip to content

Commit e71acd9

Browse files
committed
Remove alu32 from default set
1 parent cefd647 commit e71acd9

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

llvm/lib/Target/SBF/SBFTargetFeatures.td

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,8 +72,8 @@ def : Proc<"v2", [FeatureDynamicFrames, FeatureDisableLddw,
7272
FeatureNewMemEncoding, FeatureCallxRegSrc, FeaturePqrInstr, FeatureExplicitSext,
7373
FeatureDisableNeg, FeatureReverseSubImm, ALU32]>;
7474

75-
def : Proc<"v3", [ALU32, FeatureStaticSyscalls, FeatureRelocAbs64, FeatureJmp32,
75+
def : Proc<"v3", [FeatureStaticSyscalls, FeatureRelocAbs64, FeatureJmp32,
7676
FeatureDynamicFramesV3, FeatureCallxRegDst]>;
7777

78-
def : Proc<"v4", [ALU32, FeatureStaticSyscalls, FeatureRelocAbs64, FeatureJmp32,
78+
def : Proc<"v4", [FeatureStaticSyscalls, FeatureRelocAbs64, FeatureJmp32,
7979
FeatureDynamicFramesV3, FeatureCallxRegDst]>;

llvm/test/CodeGen/SBF/objdump_trivial.ll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
; RUN: llc -march=sbf -mcpu=v3 -filetype=obj -o - %s | llvm-objdump -d - | FileCheck %s
1+
; RUN: llc -march=sbf -mcpu=v3 -mattr=+alu32 -filetype=obj -o - %s | llvm-objdump -d - | FileCheck %s
22

33
; CHECK: jslt32 w1, 0x0,
44
; CHECK: call 0x1

0 commit comments

Comments
 (0)