[llvm] [RISCV] Support Xsfvqmaccdod and Xsfvqmaccqoq extensions (PR #68295)
Craig Topper via llvm-commits
llvm-commits at lists.llvm.org
Thu Oct 5 09:59:15 PDT 2023
================
@@ -318,6 +345,16 @@ multiclass VPseudoVC_XVW<LMULInfo m, DAGOperand RS1Class,
}
}
+multiclass VPseudoSiFiveVMACC<string mx, VReg vd_type, VReg vs2_type,
+ string Constraint = ""> {
+ def "Pseudo" # NAME # "_VV_" # mx : VPseudoTernaryNoMaskWithPolicy<vd_type, V_M1.vrclass, vs2_type, Constraint>;
----------------
topperc wrote:
I don't believe tblgen is meant to be exempt from the 80 column rule. Lack of a clang-format is the reason there are files over 80 characters. I wouldn't haven't said anything if this line wasn't so far over 80. It's 112 characters.
https://github.com/llvm/llvm-project/pull/68295
More information about the llvm-commits
mailing list