[clang] [llvm] [RISCV][MC] Add support for Q extension (PR #139369)

Iris Shi via cfe-commits cfe-commits at lists.llvm.org
Mon May 12 22:51:49 PDT 2025


================
@@ -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


More information about the cfe-commits mailing list