sparker-arm opened PR #4478 from aarch64-isle-narrow
to main
:
Fvdemote, snarrow, unarrow and uunarrow.
Also refactor the aarch64 instructions descriptions to parameterize
on ScalarSize instead of using different opcodes.The zero_value pure constructor has been introduced and used by the
integer narrow operations and it replaces, and extends, the compare
zero patterns.Copright (c) 2022, Arm Limited.
<!--
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 created PR review comment:
(if-let _ ...)
has a short form(if ...)
that you could use here! And likewise in a few spots below.
cfallin submitted PR review.
cfallin submitted PR review.
sparker-arm submitted PR review.
sparker-arm created PR review comment:
Ah, nice.
sparker-arm updated PR #4478 from aarch64-isle-narrow
to main
.
cfallin merged PR #4478.
Last updated: Nov 22 2024 at 16:03 UTC