[Mlir-commits] [mlir] [MLIR][ArmSVE] Add an ArmSVE dialect operation which maps to `svdupq_lane` (PR #135356)

Momchil Velikov llvmlistbot at llvm.org
Mon Apr 14 03:39:35 PDT 2025


================
@@ -219,6 +221,7 @@ void mlir::configureArmSVELegalizeForExportTarget(
                     SmmlaIntrOp,
                     UdotIntrOp,
                     UmmlaIntrOp,
+                    DupQLaneIntrOp,
----------------
momchil-velikov wrote:

I've put the new op in this position (instead of top or bottom) as it makes for a smaller diff.
Why not rearrange all in alphabetical order then?


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


More information about the Mlir-commits mailing list