Since we also have VLST for rvv now, it is not clear to keep using isVLSTBuiltinType, so I added prefix SVE to it.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
I'd hope there are common code paths where isVLSTBuiltinType would still be useful but I guess this step is required to make that happen anyway.
If you permit a minor request can the new name please be isSveVLSBuiltinType to match the case used by the related getSveEltType function and the extra T in the old name has always bugged me.
Comment Actions
Yes, I am working on a patch to implement clang vector language support for rvv just like we have on sve. Most part we could reuse isVLSTBuiltinType that contains VLST of both sve and rvv.