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
We now have a separate addressing modes pass, which produces the *idxX operations on x86. s390x could also take advantage of this pass, which would reduce the number of rewrite rules that need to be specified.
Split off from #36468 .
We now have a separate addressing modes pass, which produces the *idxX operations on x86. s390x could also take advantage of this pass, which would reduce the number of rewrite rules that need to be specified.
@mundaym