[all-commits] [llvm/llvm-project] ae5575: [mlir][ArmSME] Add `arm_sme.intr.cnts(b|h|w|d)` in...
Benjamin Maxwell via All-commits
all-commits at lists.llvm.org
Tue Jan 9 01:05:43 PST 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: ae5575db1561c0606582346d5f0cbc799c1c02f3
https://github.com/llvm/llvm-project/commit/ae5575db1561c0606582346d5f0cbc799c1c02f3
Author: Benjamin Maxwell <benjamin.maxwell at arm.com>
Date: 2024-01-09 (Tue, 09 Jan 2024)
Changed paths:
M mlir/include/mlir/Dialect/ArmSME/IR/ArmSMEIntrinsicOps.td
M mlir/test/Target/LLVMIR/arm-sme-invalid.mlir
M mlir/test/Target/LLVMIR/arm-sme.mlir
Log Message:
-----------
[mlir][ArmSME] Add `arm_sme.intr.cnts(b|h|w|d)` intrinsics (#77319)
This adds MLIR versions of the Arm streaming vector length intrinsics.
These allow reading the streaming vector length regardless of the
streaming mode.
More information about the All-commits
mailing list