elliottt opened PR #4489 from trevor/add-inst-size-test-x64
to main
:
Like the s390x backend, add a test that asserts the current size of x64 instructions to prevent them continuing to grow.
<!--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 has marked PR #4489 as ready for review.
alexcrichton created PR review comment:
Could this test have a
#[cfg(target_pointer_width = "64")]
on it just in case we compile for a 32-bit platform one day?
alexcrichton submitted PR review.
alexcrichton submitted PR review.
elliottt submitted PR review.
elliottt created PR review comment:
Great point, I'll add that!
elliottt updated PR #4489 from trevor/add-inst-size-test-x64
to main
.
alexcrichton has enabled auto merge for PR #4489.
alexcrichton merged PR #4489.
Last updated: Nov 22 2024 at 17:03 UTC