[Mlir-commits] [mlir] [mlir][ArmSVE] Add `arm_sve.zip.x2` and `arm_sve.zip.x4` ops (PR #81278)

Cullen Rhodes llvmlistbot at llvm.org
Mon Feb 12 01:18:02 PST 2024


================
@@ -321,6 +327,121 @@ def ConvertToSvboolOp : ArmSVE_Op<"convert_to_svbool",
   let assemblyFormat = "$source attr-dict `:` type($source)";
 }
 
+// Inputs valid for the multi-vector zips (not including the 128-bit element zipqs)
----------------
c-rhodes wrote:

>(not including the 128-bit element zipqs)

why is 128-bit excluded?

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


More information about the Mlir-commits mailing list