================ @@ -198,6 +198,9 @@ class RISCVSubtarget : public RISCVGenSubtargetInfo { bool useLoadStorePairs() const; bool useCCMovInsn() const; unsigned getFLen() const { + if (HasStdExtQ) ---------------- el-ev wrote: Removed, thanks. https://github.com/llvm/llvm-project/pull/139369