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

Momchil Velikov llvmlistbot at llvm.org
Tue Apr 15 06:11:22 PDT 2025


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

It looks like `PselOp` needs to be added to the illegal list.

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


More information about the Mlir-commits mailing list