Skip to content

Commit 2b3bd84

Browse files
committed
fixup! Address review comment
1 parent 137ec5c commit 2b3bd84

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/lib/Target/RISCV/RISCVSubtarget.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -197,7 +197,7 @@ class RISCVSubtarget : public RISCVGenSubtargetInfo {
197197
return HasStdExtZbb || (HasVendorXCVbitmanip && !IsRV64);
198198
}
199199
bool hasREV8Like() const {
200-
return HasStdExtZbb | HasStdExtZbkb || HasVendorXTHeadBb;
200+
return HasStdExtZbb || HasStdExtZbkb || HasVendorXTHeadBb;
201201
}
202202

203203
bool hasBEXTILike() const { return HasStdExtZbs || HasVendorXTHeadBs; }

0 commit comments

Comments
 (0)