Unverified Commit 05d04f0a authored by Craig Topper's avatar Craig Topper Committed by GitHub
Browse files

[RISCV] Make RISCVISAInfo::updateMaxELen extension checking more robust. Add...

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

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 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.
parent 70ada5b1
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment