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 6adf6d3 commit bd1b636Copy full SHA for bd1b636
llvm/lib/Target/RISCV/RISCVSubtarget.h
@@ -186,9 +186,7 @@ class RISCVSubtarget : public RISCVGenSubtargetInfo {
186
return HasStdExtZfhmin || HasStdExtZfbfmin;
187
}
188
189
- bool hasBEXTILike() const {
190
- return HasStdExtZbs || HasVendorXTHeadBs;
191
- }
+ bool hasBEXTILike() const { return HasStdExtZbs || HasVendorXTHeadBs; }
192
193
bool hasCZEROLike() const {
194
return HasStdExtZicond || HasVendorXVentanaCondOps;
0 commit comments