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

Benjamin Maxwell llvmlistbot at llvm.org
Mon Feb 12 01:39:43 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)
----------------
MacDue wrote:

It's maps to a different intrinsic

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


More information about the Mlir-commits mailing list