diff options
| author | Andrzej WarzyĆski <andrzej.warzynski@arm.com> | 2024-12-03 09:07:32 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-12-03 09:07:32 +0000 |
| commit | fed3a9b8f81f5f4450e515f4499ecfda95804e95 (patch) | |
| tree | eeb9a530083831943fa6269081a52862d29bf3a9 /lldb/test/Shell/ScriptInterpreter/Python | |
| parent | cd7e65398fbbd9642573013800dc3ae1e7307f82 (diff) | |
| download | llvm-fed3a9b8f81f5f4450e515f4499ecfda95804e95.zip llvm-fed3a9b8f81f5f4450e515f4499ecfda95804e95.tar.gz llvm-fed3a9b8f81f5f4450e515f4499ecfda95804e95.tar.bz2 | |
[mlir] Add ScalableVectorType and FixedVectorType (#87986)
This PR adds two small convenience Vector types:
* `ScalableVectorType` and `FixedVectorType`.
The goal of these new types is two-fold:
* Enable idiomatic checks like `isa<ScalableVectorType>(...)`.
* Make the split into "Scalable" and "Fixed-wdith" vectors a bit more
explicit and more visible in the code-base.
The new types are added in mlir/include/mlir/IR (instead of e.g.
mlir/include/mlir/Dialect/Vector) so that the new types can be used
without requiring any new dependency (e.g. on the Vector dialect).
Diffstat (limited to 'lldb/test/Shell/ScriptInterpreter/Python')
0 files changed, 0 insertions, 0 deletions
