Chromium Code Reviews
DescriptionCatch addition patterns for Index in Address Optimization
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
Committed: https://gerrit.chromium.org/gerrit/gitweb?p=native_client/pnacl-subzero.git;a=commit;h=2e4b960b20e6ed2ad9453657fe8d34d0e7fd933c
Patch Set 1 #Patch Set 2 : Update test, verify if makes sense #Patch Set 3 : Fix overflow check #Patch Set 4 : Revert test #Messages
Total messages: 5 (2 generated)
|