Find an alternative to disabling vector combining
Open
bug
- Dominant language
- LLVM
- Stars
- 729
- Forks
- 110
- Avg merge
- 17h 51m
- Merged PRs (30d)
- 23
Description
The latest changes to vector combining introduced some issues related to pointer bitcasts. Vector combining has been disabled temporarily, but it leads to an inefficiency in `test/vector_insert_element.cl` where instead of storing a single vector element the test instead stores the whole vector.
Contributor guide
Assessment
This issue has not been assessed yet.