diff options
author | Kojo Acquah <KoolJBlack@users.noreply.github.com> | 2024-03-08 22:50:13 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-03-08 14:50:13 -0800 |
commit | cb6ff746e0c7b9218b6f5c11db44162cacd623a4 (patch) | |
tree | cb63c2aca98dd1d76dca3ca5ff5292e04d04da63 /lldb/source/Plugins/Language/CPlusPlus/LibCxxMap.cpp | |
parent | e93489c434da5fd93ed54c3c41b0c06f718bb8ff (diff) | |
download | llvm-cb6ff746e0c7b9218b6f5c11db44162cacd623a4.zip llvm-cb6ff746e0c7b9218b6f5c11db44162cacd623a4.tar.gz llvm-cb6ff746e0c7b9218b6f5c11db44162cacd623a4.tar.bz2 |
[mlir][ArmNeon] Implements LowerVectorToArmNeon Pattern for SMMLA (#81895)
This patch adds a the `LowerVectorToArmNeonPattern` patterns to the
ArmNeon.
This pattern inspects `vector.contract` ops that can be 1-1 mapped to an
`arm.neon.smmla` intrinsic. The contract ops must be separated into
tiles who's inputs must fit that of a single smmla op (`2x8xi32` inputs
and `2x2xi32` output). The `vector.contract` inputs must be sign
extended from narrow types (<=i8) to be converted. If all conditions are
met, an smmla op is inserted with additional `vector.shape_casts` to
handle linearizing the input and output dimension.
Diffstat (limited to 'lldb/source/Plugins/Language/CPlusPlus/LibCxxMap.cpp')
0 files changed, 0 insertions, 0 deletions