You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
thevar1able
changed the title
Missing masked loop vectorization due to optimization in InstrCombine
Missing loop vectorization due to optimization in InstrCombine
May 8, 2025
Loop vectorization that worked with
clang-19
stopped withclang-20
.Minimal repro:
https://godbolt.org/z/Yd4KjG9Yo
https://godbolt.org/z/cP5jeeo5Y
I bisected the regression to this PR. Looks like wrapping inside
select(...)
confuses LoopVectorizer.Backreference: ClickHouse/ClickHouse#77352 (comment)
The text was updated successfully, but these errors were encountered: