OpenCilk / opencilk-project

Monorepo for the OpenCilk compiler. Forked from llvm/llvm-project and based on Tapir/LLVM.
Other
93 stars 29 forks source link

Bugfix to SLP vectorization #136

Closed neboat closed 2 years ago

neboat commented 2 years ago

This PR fixes an issue where an additional run of EarlyCSE before SLPVectorize would disrupt the vectorizer's ability to vectorize the code effectively.