MaxGraey edited PR #1975 from more-peephole-opts
to main
:
This PR add optimization rule for peepmatic DSL which simplify reminder with pow of two constants similar to
udiv
rule.TODO
[ ] fuzzing
[ ] This has been discussed in issue #..., or if not, please tell us why
here.[x] A short description of what this does, why it is needed; if the
description becomes long, the matter should probably be discussed in an issue
first.[ ] This PR contains test cases, if meaningful.
- [ ] A reviewer from the core maintainer team has been assigned for this PR.
If you don't know who could review this, please indicate so. The list of
suggested reviewers on the right can help you.
bjorn3 submitted PR Review.
bjorn3 created PR Review Comment:
nit: missing trailing newline
bjorn3 submitted PR Review.
MaxGraey updated PR #1975 from more-peephole-opts
to main
:
This PR add optimization rule for peepmatic DSL which simplify reminder with pow of two constants similar to
udiv
rule.TODO
[ ] fuzzing
[ ] This has been discussed in issue #..., or if not, please tell us why
here.[x] A short description of what this does, why it is needed; if the
description becomes long, the matter should probably be discussed in an issue
first.[ ] This PR contains test cases, if meaningful.
- [ ] A reviewer from the core maintainer team has been assigned for this PR.
If you don't know who could review this, please indicate so. The list of
suggested reviewers on the right can help you.
MaxGraey submitted PR Review.
MaxGraey created PR Review Comment:
fixed
MaxGraey updated PR #1975 from more-peephole-opts
to main
:
This PR add optimization rule for peepmatic DSL which simplify reminder with pow of two constants similar to
udiv
rule.TODO
[ ] fuzzing
[ ] This has been discussed in issue #..., or if not, please tell us why
here.[x] A short description of what this does, why it is needed; if the
description becomes long, the matter should probably be discussed in an issue
first.[ ] This PR contains test cases, if meaningful.
- [ ] A reviewer from the core maintainer team has been assigned for this PR.
If you don't know who could review this, please indicate so. The list of
suggested reviewers on the right can help you.
MaxGraey updated PR #1975 from more-peephole-opts
to main
:
This PR add optimization rule for peepmatic DSL which simplify reminder with pow of two constants similar to
udiv
rule.TODO
[ ] fuzzing
[ ] This has been discussed in issue #..., or if not, please tell us why
here.[x] A short description of what this does, why it is needed; if the
description becomes long, the matter should probably be discussed in an issue
first.[ ] This PR contains test cases, if meaningful.
- [ ] A reviewer from the core maintainer team has been assigned for this PR.
If you don't know who could review this, please indicate so. The list of
suggested reviewers on the right can help you.
MaxGraey edited PR #1975 from more-peephole-opts
to main
:
This PR add optimization rule for peepmatic DSL which simplify reminder with pow of two constants similar to
udiv
rule.
Test cases already exists.
[ ] This has been discussed in issue #..., or if not, please tell us why
here.[x] A short description of what this does, why it is needed; if the
description becomes long, the matter should probably be discussed in an issue
first.[x] This PR contains test cases, if meaningful.
- [ ] A reviewer from the core maintainer team has been assigned for this PR.
If you don't know who could review this, please indicate so. The list of
suggested reviewers on the right can help you.
MaxGraey has marked PR #1975 as ready for review.
MaxGraey edited PR #1975 from more-peephole-opts
to main
:
This PR add optimization rule for peepmatic DSL which simplify reminder with pow of two constants similar to
udiv
rule.
Test cases already exists.
[ ] This has been discussed in issue #..., or if not, please tell us why
here.[x] A short description of what this does, why it is needed; if the
description becomes long, the matter should probably be discussed in an issue
first.[x] This PR contains test cases, if meaningful.
- [ ] A reviewer from the core maintainer team has been assigned for this PR.
If you don't know who could review this, please indicate so. The list of
suggested reviewers on the right can help you.
MaxGraey updated PR #1975 from more-peephole-opts
to main
:
This PR add optimization rule for peepmatic DSL which simplify reminder with pow of two constants similar to
udiv
rule.
Test cases already exists.
[ ] This has been discussed in issue #..., or if not, please tell us why
here.[x] A short description of what this does, why it is needed; if the
description becomes long, the matter should probably be discussed in an issue
first.[x] This PR contains test cases, if meaningful.
- [ ] A reviewer from the core maintainer team has been assigned for this PR.
If you don't know who could review this, please indicate so. The list of
suggested reviewers on the right can help you.
fitzgen submitted PR Review.
fitzgen created PR Review Comment:
Can you keep these in alphabetical order? So
Isub
would go afterImul
here.
fitzgen created PR Review Comment:
As written, this isn't correct. For example:
2 % 4 = 2 2 & (1 - 4) = 0
Looks like the operands are mixed up here. They should be:
(band_imm $(isub $C 1) $x))
(If you were confused by
irsub_imm
, its operands are reversed just because peepmatic requires all immediates to come before arguments right now, but we plan to lift that restriction eventually).
fitzgen submitted PR Review.
MaxGraey submitted PR Review.
MaxGraey created PR Review Comment:
I see, thanks! Will fix this later
MaxGraey updated PR #1975 from more-peephole-opts
to main
:
This PR add optimization rule for peepmatic DSL which simplify reminder with pow of two constants similar to
udiv
rule.
Test cases already exists.
[ ] This has been discussed in issue #..., or if not, please tell us why
here.[x] A short description of what this does, why it is needed; if the
description becomes long, the matter should probably be discussed in an issue
first.[x] This PR contains test cases, if meaningful.
- [ ] A reviewer from the core maintainer team has been assigned for this PR.
If you don't know who could review this, please indicate so. The list of
suggested reviewers on the right can help you.
fitzgen submitted PR Review.
fitzgen merged PR #1975.
Last updated: Nov 22 2024 at 17:03 UTC