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
[LoopUnroll] UnrollRuntimeMultiExit takes precedence over TTI.
Update UnrollRuntimeLoopRemainder to always give priority to the
UnrollRuntimeMultiExit option, if provided.
After ad9da92, we would ignore the option if the backend
indicates multi-exit is profitable. This means it cannot be used to
disable runtime unrolling.
To be consistent with canProfitablyRuntimeUnrollMultiExitLoop, always
repsect the option.
This surfaced while discussing #131998.
0 commit comments