-
Catch addition patterns for Index in Address Optimization · 2e4b960bManasij Mukherjee authored
Index is Index=Var+Const ==> set Index=Var, Offset+=(Const<<Shift) Index is Index=Const+Var ==> set Index=Var, Offset+=(Const<<Shift) Index is Index=Var-Const ==> set Index=Var, Offset-=(Const<<Shift) BUG=none R=stichnot@chromium.org Review URL: https://codereview.chromium.org/2084793002 .2e4b960b
×