DescriptionTreat ORs as ADDs for address optimization if operand has enough zero bits on the right
Index=Var Or Const to Index=Var + Const
when Var = Var' << N and log2(Const) <= N
or when Var = (2^M) * (2^N) and log2(Const) <= (M+N)
BUG=none
R=stichnot@chromium.org
Committed: https://gerrit.chromium.org/gerrit/gitweb?p=native_client/pnacl-subzero.git;a=commit;h=9dd397d322848cbc9c54e80acb6dc0a2b30aaeb7
Patch Set 1 #
Total comments: 14
Patch Set 2 : Address off by one error, update test #Patch Set 3 : Fix wrong label in test #
Total comments: 1
Messages
Total messages: 7 (2 generated)
|