diff options
author | Matthias Springer <me@m-sp.org> | 2025-08-26 12:49:22 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-08-26 12:49:22 +0200 |
commit | 93b05dd07697cad258128fdabecaa1d54f1aea8c (patch) | |
tree | 1d0a6f7e54aff1bf904a8d28cc53a6de263c7296 /clang/lib/AST/ByteCode/Interp.cpp | |
parent | 1b6875ea1ff2b5a7ba3ff83482132ad99f3aaf1b (diff) | |
download | llvm-93b05dd07697cad258128fdabecaa1d54f1aea8c.zip llvm-93b05dd07697cad258128fdabecaa1d54f1aea8c.tar.gz llvm-93b05dd07697cad258128fdabecaa1d54f1aea8c.tar.bz2 |
[mlir][vector] Fix crashes in `from_elements` folder + `broadcast` verifier (#155393)
This PR fixes two crashes / failures.
1. The `vector.broadcast` verifier did not take into account
`VectorElementTypeInterface` and was looking for int/index/float types.
2. The `vector.from_elements` folder attempted to create an invalid
`DenseElementsAttr`. Only int/float/index/complex types are supported.
Diffstat (limited to 'clang/lib/AST/ByteCode/Interp.cpp')
0 files changed, 0 insertions, 0 deletions