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

Andrzej WarzyƄski llvmlistbot at llvm.org
Mon Apr 14 13:13:34 PDT 2025


================
@@ -192,6 +194,7 @@ void mlir::populateArmSVELegalizeForLLVMExportPatterns(
                SmmlaOpLowering,
                UdotOpLowering,
                UmmlaOpLowering,
+               DupQLaneLowering,
----------------
banach-space wrote:

Let's just order this alphabetically. You can add a note in the summary that that's an additional NFC in this PR.

This could be a separate PR, but the noise level will be low, so OK to do it here.

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


More information about the Mlir-commits mailing list