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
Rollup merge of #117675 - zmodem:vectorize_h, r=durin42
llvm-wrapper: Remove include of non-existant Vectorize.h
LLVM recently removed the header: llvm/llvm-project@2400c54
It only contained a declaration of `createLoadStoreVectorizerPass()`, which Rust doesn't reference.
0 commit comments