RVVBitsPerBlock is 64. If VLen==32, VLen/RVVBitsPerBlock is 0.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
LGTM
I'm fine with this, but I thought we didn't support zve32f during compilation at all right now? Is this the only issue which needs fixed.
Comment Actions
I think zve32f works fine with Zvl64b or larger. The only issues I know of are related to use of llvm.vscale with Zvl32b. The type system limps along as long as we don't try to figure out what the value of vscale is.