feat(vpto): extend post-update ops - #1134
Open
yexiaosu wants to merge 12 commits into
Open
Conversation
yexiaosu
force-pushed
the
vmi-post-update-4
branch
from
August 5, 2026 06:51
dd3606a to
f3cb040
Compare
yexiaosu
force-pushed
the
vmi-post-update-4
branch
from
August 5, 2026 07:49
f3cb040 to
93dc918
Compare
Extend the VPTO ops, verifiers, LLVM emitters, and soft post-update rewrite to support vldus and vstus post forms. Treat the vstus offset as a post-access stream stride rather than an initial pointer displacement, and add lit plus SIM runtime coverage for the resulting base semantics.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Implement Step 4 of
VPTOSoftPostUpdatefor issue #941: extend the VPTO post-update contract, soft-pass rewriting, and LLVM lowering to nine additional A5 memory operations:pto.vldsx2pto.vsldbpto.pldspto.pldipto.pstspto.pstipto.sprstspto.sprstipto.vstasThis builds on the loop and sequential analyses introduced in the previous steps and reuses the same generic rewriting infrastructure.
Key changes
updated_baseresults and corresponding verification.vldsx2,vstasvsldbplds,psts,sprstspldi,psti,sprstii32offsets beforepto.addptr.Test coverage
Add lit coverage for IR verification, soft-pass rewriting, address-unit conversion, intrinsic ABI, both LLVM emitters, unsupported targets, and mixed-unit regressions.
Add seven A5 runtime cases covering direct post forms and normal-to-post soft-pass conversion.
Validation