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

[RISCV] Make RISCVISAInfo::updateMaxELen extension checking more robust. Add inference from V extension. #90650

Merged
merged 1 commit into from
Apr 30, 2024

Commits on Apr 30, 2024

  1. [RISCV] Make RISCVISAInfo::updateMaxELen extension chekcing more robu…

    …st. Add inference from V extension.
    
    We weren't fully checking that we parsed Zve*x/f/d correctly. This
    could break if new extension is added that starts with Zve.
    
    We also were assuming the Zve64d is present whenever V is so we only
    inferred from Zve*. It's more correct to infer ELEN from V itself too.
    topperc committed Apr 30, 2024
    Configuration menu
    Copy the full SHA
    9d221e2 View commit details
    Browse the repository at this point in the history