diff options
author | Benjamin Maxwell <benjamin.maxwell@arm.com> | 2023-11-02 09:00:12 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-11-02 09:00:12 +0000 |
commit | f798bf847056bb2c1548be5dc09dc0a953f4e4f2 (patch) | |
tree | 4c7bef9fd7b9d2a98a67b0f1ba28ba1a45742481 /llvm/lib/Transforms/Utils/LoopUtils.cpp | |
parent | b3523d7e6d8834468cfcb66e629adbe17da90ea5 (diff) | |
download | llvm-f798bf847056bb2c1548be5dc09dc0a953f4e4f2.zip llvm-f798bf847056bb2c1548be5dc09dc0a953f4e4f2.tar.gz llvm-f798bf847056bb2c1548be5dc09dc0a953f4e4f2.tar.bz2 |
[mlir][ArmSME] Provide descriptions and summaries for types (#70920)
The auto-generated summaries were hard to read (and pretty unhelpful), a
SME tile was:
```
vector<[16]x[16]xi8> of 8-bit signless integer values or vector<[8]x[8]xi16> of 16-bit signless integer values or vector<[4]x[4]xi32> of 32-bit signless integer values or vector<[2]x[2]xi64> of 64-bit signless integer values or vector<[1]x[1]xi128> of 128-bit signless integer values or vector<[8]x[8]xf16> of 16-bit float values or vector<[8]x[8]xbf16> of bfloat16 type values or vector<[4]x[4]xf32> of 32-bit float values or vector<[2]x[2]xf64> of 64-bit float values
```
...and a SVE vector was:
```
of ranks 1scalable vector of 8-bit signless integer or 16-bit signless integer or 32-bit signless integer or 64-bit signless integer or 128-bit signless integer or 16-bit float or bfloat16 type or 32-bit float or 64-bit float values of length 16/8/4/2/1
```
Note: The descriptions added here won't yet be shown on the MLIR docs
(only the short summaries), but this should be easy to enable like it
was for attribute descriptions in #67009.
A table of contents (TOC) is also added to the ArmSME docs page to make
it easier to navigate.
Diffstat (limited to 'llvm/lib/Transforms/Utils/LoopUtils.cpp')
0 files changed, 0 insertions, 0 deletions