Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

vcompress.vm: Check vstart value even if vl = 0 #1904

Merged
merged 2 commits into from
Jan 28, 2025

Conversation

YenHaoChen
Copy link
Collaborator

A previous commit inadvertently included an incorrect behavior: when vl=0, the instruction incorrectly failed to check if vstart!=0. (#1754 (comment))

This PR aims to achieve the same goal as #1754 while correcting this incorrect behavior.

Copy link
Collaborator

@aswaterman aswaterman left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM now, thanks.

@aswaterman aswaterman merged commit 18f4d0f into riscv-software-src:master Jan 28, 2025
3 checks passed
@YenHaoChen YenHaoChen deleted the pr-vcompress branch January 28, 2025 01:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants