[Mlir-commits] [mlir] [MLIR][ArmSVE] Add an ArmSVE dialect operation which maps to `svdupq_lane` (PR #135356)
Andrzej Warzyński
llvmlistbot at llvm.org
Fri Apr 11 06:08:52 PDT 2025
================
@@ -219,6 +221,7 @@ void mlir::configureArmSVELegalizeForExportTarget(
SmmlaIntrOp,
UdotIntrOp,
UmmlaIntrOp,
+ DupQLaneIntrOp,
----------------
banach-space wrote:
[nit] I know we’ve already diverged from alphabetical order, but let’s try to course-correct. Would you mind moving this to the top of the list? Same comment applies below.
https://github.com/llvm/llvm-project/pull/135356
More information about the Mlir-commits
mailing list