According to the v spec, the Zvfh extension depends on the Zve32f and Zfhmin extensions.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
We can’t add dependencies in RISCVFeatures.td that are not also RISCVISAInfo.cpp. The ELF attributes are generated from RISCVFeatures.td so they need to match.
llvm/lib/Support/RISCVISAInfo.cpp | ||
---|---|---|
868–869 | I guess this can be deleted now? |
Comment Actions
I hadn't noticed that the Zfinx and Zdinx mentions were removed from the vector spec repo in October 2021 after the 1.0 pdf was made in September in 2021. I guess Zve* extensions aren't compatible with Zfinx/Zdinx. I'll make another patch to fix that.
llvm/lib/Support/RISCVISAInfo.cpp | ||
---|---|---|
868–869 | This can be removed. |
I guess this can be deleted now?