[llvm] [WIP][RISCV] Support for zvzip fasttrack proposal (PR #124140)
Philip Reames via llvm-commits
llvm-commits at lists.llvm.org
Thu Jan 23 13:05:41 PST 2025
================
@@ -1814,5 +1814,61 @@ let Predicates = [HasVInstructionsI64, IsRV64] in {
}
} // Predicates = [HasVInstructionsI64, IsRV64]
+
+// The experimental zvzip extension. Note these opcodes are very likely to
+// change!
+let Predicates = [HasStdExtZvzip], hasSideEffects = 0, mayLoad = 0,
+ mayStore = 0, isCodeGenOnly = 0, Inst<6-0> = OPC_CUSTOM_2.Value in {
----------------
preames wrote:
Not yet. It looks like I'm going to be driving this proposal, so that's one of my tasks for the next couple weeks. This is why there's a prominent warning on this WIP about these being likely to change.
https://github.com/llvm/llvm-project/pull/124140
More information about the llvm-commits
mailing list