Support builtin VectorType with bool as element type
Open
ClangIR
- Dominant language
- LLVM
- Stars
- 40.5k
- Forks
- 18.7k
- PR merge metrics
- PR metrics pending
Description
Currently, we support built-in vectors with element types ints and floats. The goal of this task is to support the bool element type with operations and casts, including new changes in classical codegen, for example
- [Clang] Permit implicit conversion from integral to boolean vectors (https://github.com/llvm/llvm-project/pull/158369)
Contributor guide
Assessment
This issue has not been assessed yet.