elliottt opened PR #4977 from trevor/resolve-x64-lower-overlaps
to main
:
- Stabilize the error output order
- Resolve overlap with tls_value lowerings
- Resolve overlap with shuffle lowerings
- Resolve overlap with splat lowerings
- Resolve overlap with trunc lowerings
- Resolve overlap with nearest lowerings
- Resolve overlap with floor lowerings
- Resolve overlap with ceil lowerings
- Resolve overlap with fcvt_to_sint_sat and fcvt_to_uint_sat lowerings
- Resolve overlap with fcvt_from_uint lowerings
- Resolve overlap with fcvt_from_sint lowerings
- Resolve overlap with brz lowerings
- Resolve overlap with atomic_load lowerings
- Resolve overlap with scalar_to_vector lowerings
- Resolve overlap with extractlane lowerings
- Resolve overlap with store lowerings
- Resolve overlap with load lowerings
- Resolve overlap with bint lowerings
- Resolve overlap with breduce lowerings
- Resolve overlap with ireduce lowerings
- Resolve overlap with generic_sextend
- Resolve overlap with uextend lowerings
- Resolve overlap with popcnt lowerings
- Resolve overlap with ctz lowerings
- Resolve overlap with clz lowerings
- Resolve overlap with fcmp lowerings
- Resolve overlap with icmp lowerings
- Resolve overlap with umin, umax, imin, imax lowerings
- Resolve overlap with vec_insert_lane lowerings
- Resolve overlap with bnot lowerings
- Resolve overlap with iabs lowerings
- Resolve overlap with sse_and_not
- Resolve overlap with imul lowerings
- Resolve overlap with ineg lowerings
- Resolve overlap with rotr lowerings
- Resolve overlap with rotl lowerings
- Resolve overlap with sshr lowerings
- Resolve overlap with ushr lowerings
- Resolve overlap with ishl lowerings
- Resolve overlap with bxor lowerings
- Resolve overlap with bor lowerings
- Resolve overlap with band lowerings
- Resolve overlap with isub lowerings
- Resolve overlap with iadd_ifcout
- Resolve overlap with iadd lowerings
- Resolve overlap with bconst lowerings
- Resolve overlap with iconst lowerings
<!--
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 #4977 from trevor/resolve-x64-lower-overlaps
to main
:
Resolve the remaining isle overlap errors with the x64 backend. For reviewing convenience, each clif instruction that contained overlap errors in its lowering has been broken out into a single commit.
cfallin submitted PR review.
elliottt updated PR #4977 from trevor/resolve-x64-lower-overlaps
to main
.
elliottt updated PR #4977 from trevor/resolve-x64-lower-overlaps
to main
.
elliottt has marked PR #4977 as ready for review.
elliottt merged PR #4977.
Last updated: Nov 22 2024 at 16:03 UTC