[all-commits] [llvm/llvm-project] b31413: [MLIR][AArch64] Simplify LowerContractionToSVEI8MM...
Momchil Velikov via All-commits
all-commits at lists.llvm.org
Mon Jun 23 01:38:22 PDT 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: b31413a96603cd904281368b6f5f8e36836a7cac
https://github.com/llvm/llvm-project/commit/b31413a96603cd904281368b6f5f8e36836a7cac
Author: Momchil Velikov <momchil.velikov at arm.com>
Date: 2025-06-23 (Mon, 23 Jun 2025)
Changed paths:
M mlir/lib/Dialect/ArmSVE/Transforms/LowerContractionToSVEI8MMPattern.cpp
Log Message:
-----------
[MLIR][AArch64] Simplify LowerContractionToSVEI8MMPattern.cpp:getExtOperand (NFC) (#144909)
Just recently learned about `isSignlessInteger`, use that instead of
comparing to types obtained via `rewriter.getI<N>Type()`.
It also makes it closer to a similar function in
`LowerContractionToNeonI8MMPattern.cpp` (formerly `LowerContractionToSMMLAPattern.cpp`)
which would help a potential effort to unify these patterns.
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list