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
The loop vectorizer emits a llvm.loop.unroll.disable metadata,
effectively disabling loop unrolling. Strip redundant code that
over-eagerly checks for vector instructions in the loop or the
llvm.loop.isvectorized metadata. The patch is non-functional over the
full compiler flow.
0 commit comments