elliottt opened PR #4741 from trevor/x64-stack-addr
to main
:
This PR is based on #4730 and doesn't need to be reviewed until it merges.
Lower
stack_addr
,udiv
,sdiv
,urem
, andsrem
in ISLE.For
udiv
,sdiv
,urem
, andsrem
I opted to move the original lowering into an extern constructor, as the interactions with rax and rdx for thediv
instruction didn't seem meaningful to implement in ISLE. However, I'm happy to revisit this choice and move more of the embedding into ISLE.
<!--Please ensure that the following steps are all taken care of before submitting
the PR.
[ ] This has been discussed in issue #..., or if not, please tell us why
here.[ ] 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.Please ensure all communication adheres to the code of conduct.
-->
elliottt updated PR #4741 from trevor/x64-stack-addr
to main
.
elliottt edited PR #4741 from trevor/x64-stack-addr
to main
:
This PR is based on #4730 and doesn't need to be reviewed until it merges.
Lower
stack_addr
,udiv
,sdiv
,urem
, andsrem
in ISLE.For
udiv
,sdiv
,urem
, andsrem
I opted to move the original lowering into an extern constructor, as the interactions with rax and rdx for thediv
instruction didn't seem meaningful to implement in ISLE. However, I'm happy to revisit this choice and move more of the embedding into ISLE.
<!--Please ensure that the following steps are all taken care of before submitting
the PR.
[ ] This has been discussed in issue #..., or if not, please tell us why
here.[ ] 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.Please ensure all communication adheres to the code of conduct.
-->
elliottt edited PR #4741 from trevor/x64-stack-addr
to main
:
This PR is based on #4730 and doesn't need to be reviewed until it merges.
Lower
stack_addr
,udiv
,sdiv
,urem
,srem
,umulhi
, andsmulhi
in ISLE.For
udiv
,sdiv
,urem
, andsrem
I opted to move the original lowering into an extern constructor, as the interactions with rax and rdx for thediv
instruction didn't seem meaningful to implement in ISLE. However, I'm happy to revisit this choice and move more of the embedding into ISLE.
<!--Please ensure that the following steps are all taken care of before submitting
the PR.
[ ] This has been discussed in issue #..., or if not, please tell us why
here.[ ] 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.Please ensure all communication adheres to the code of conduct.
-->
cfallin submitted PR review.
elliottt edited PR #4741 from trevor/x64-stack-addr
to main
:
Lower
stack_addr
,udiv
,sdiv
,urem
,srem
,umulhi
, andsmulhi
in ISLE.For
udiv
,sdiv
,urem
, andsrem
I opted to move the original lowering into an extern constructor, as the interactions with rax and rdx for thediv
instruction didn't seem meaningful to implement in ISLE. However, I'm happy to revisit this choice and move more of the embedding into ISLE.
<!--Please ensure that the following steps are all taken care of before submitting
the PR.
[ ] This has been discussed in issue #..., or if not, please tell us why
here.[ ] 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.Please ensure all communication adheres to the code of conduct.
-->
elliottt updated PR #4741 from trevor/x64-stack-addr
to main
.
elliottt updated PR #4741 from trevor/x64-stack-addr
to main
.
elliottt has marked PR #4741 as ready for review.
elliottt updated PR #4741 from trevor/x64-stack-addr
to main
.
elliottt merged PR #4741.
Last updated: Nov 22 2024 at 17:03 UTC