[llvm] [WIP][RISCV] Support for zvzip fasttrack proposal (PR #124140)

Craig Topper via llvm-commits llvm-commits at lists.llvm.org
Thu Jan 23 12:46:14 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 {
----------------
topperc wrote:

Do you know if anyone has looked for space in a standard opcode?

https://github.com/llvm/llvm-project/pull/124140


More information about the llvm-commits mailing list