[clang] [llvm] [RISCV] Add Zvzip intrinsics (PR #186342)
Brandon Wu via cfe-commits
cfe-commits at lists.llvm.org
Tue Apr 7 08:14:34 PDT 2026
================
@@ -29,3 +29,102 @@ let Predicates = [HasStdExtZvzip], Constraints = "@earlyclobber $vd" in {
def VPAIRO_VV : VALUVV<0b001111, OPMVV, "vpairo.vv">;
}
} // Predicates = [HasStdExtZvzip]
+
+defset list<VTypeInfoToWide> AllZvzipVectors = {
----------------
4vtomat wrote:
Are we missing bfloat?
https://github.com/llvm/llvm-project/pull/186342
More information about the cfe-commits
mailing list