[llvm] [RISCV] Initial codegen support for the XRivosVizip extension (PR #131933)

Luke Lau via llvm-commits llvm-commits at lists.llvm.org
Fri Mar 28 01:42:49 PDT 2025


================
@@ -4870,6 +4909,34 @@ static bool isSpreadMask(ArrayRef<int> Mask, unsigned Factor, unsigned &Index) {
   return true;
 }
 
+static SDValue lowerVIZIP(unsigned Opc, SDValue Op0, SDValue Op1,
----------------
lukel97 wrote:

Should this be called lowerVZIP?

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


More information about the llvm-commits mailing list