[llvm] [clang] Recommit [RISCV] Update the interface of sifive vqmaccqoq (#74284) (PR #75768)
Brandon Wu via cfe-commits
cfe-commits at lists.llvm.org
Mon Dec 25 19:30:27 PST 2023
================
@@ -553,29 +560,40 @@ class GetFTypeInfo<int Sew> {
}
multiclass VPatVMACC<string intrinsic, string instruction, string kind,
- list<VTypeInfoToWide> info_pairs, ValueType vec_m1> {
+ list<VTypeInfoToWide> info_pairs, ValueType vec_m1,
+ bit lmul_follows_vd = 0> {
----------------
4vtomat wrote:
Oh, that's right.
https://github.com/llvm/llvm-project/pull/75768
More information about the cfe-commits
mailing list