Carl Friedrich Bolz-Tereick pushed to branch branch/default at PyPy / pypy


Commits:
9dbafc7e by Carl Friedrich Bolz-Tereick at 2022-06-22T11:29:44+02:00
add test for the existing optimization of int_?shift(x, 0) to x

- - - - -
178c34b8 by Carl Friedrich Bolz-Tereick at 2022-06-22T11:34:17+02:00
add the optimization of uint_rshift(0, x) -> 0 and uint_rshift(x, 0) -> x
(only existed for int_rshift before)

- - - - -


2 changed files:

- rpython/jit/metainterp/optimizeopt/rewrite.py
- rpython/jit/metainterp/optimizeopt/test/test_optimizebasic.py


View it on Heptapod: 
https://foss.heptapod.net/pypy/pypy/-/compare/75e1e005b0dbdde4560f3445efe5c99ba5fa6d62...178c34b8f34ede353f150c626a2abe05d1277a18

-- 
View it on Heptapod: 
https://foss.heptapod.net/pypy/pypy/-/compare/75e1e005b0dbdde4560f3445efe5c99ba5fa6d62...178c34b8f34ede353f150c626a2abe05d1277a18
You're receiving this email because of your account on foss.heptapod.net.


_______________________________________________
pypy-commit mailing list -- pypy-commit@python.org
To unsubscribe send an email to pypy-commit-le...@python.org
https://mail.python.org/mailman3/lists/pypy-commit.python.org/
Member address: arch...@mail-archive.com

Reply via email to