We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 137ec5c commit 2b3bd84Copy full SHA for 2b3bd84
llvm/lib/Target/RISCV/RISCVSubtarget.h
@@ -197,7 +197,7 @@ class RISCVSubtarget : public RISCVGenSubtargetInfo {
197
return HasStdExtZbb || (HasVendorXCVbitmanip && !IsRV64);
198
}
199
bool hasREV8Like() const {
200
- return HasStdExtZbb | HasStdExtZbkb || HasVendorXTHeadBb;
+ return HasStdExtZbb || HasStdExtZbkb || HasVendorXTHeadBb;
201
202
203
bool hasBEXTILike() const { return HasStdExtZbs || HasVendorXTHeadBs; }
0 commit comments