[llvm] [WIP][RISCV] Support for zvzip fasttrack proposal (PR #124140)
Craig Topper via llvm-commits
llvm-commits at lists.llvm.org
Thu Jan 23 11:54:41 PST 2025
================
@@ -805,6 +805,13 @@ def FeatureStdExtZvksc
def FeatureStdExtZvksg
: RISCVExtension<1, 0, "shorthand for 'Zvks' and 'Zvkg'",
[FeatureStdExtZvks, FeatureStdExtZvkg]>;
+
+def FeatureStdExtZvzip
+ : RISCVExperimentalExtension<0, 1, "zip/unzip/zipeven/zipodd">;
----------------
topperc wrote:
zip->vzip or add to match the instruction names and indicate vectorness. There's a scalar zip/unzip instruction in Zvkb.
https://github.com/llvm/llvm-project/pull/124140
More information about the llvm-commits
mailing list