-
Notifications
You must be signed in to change notification settings - Fork 18
Open
Description
@paulfloyd @petrpavlu
We consider to add RVV/Vector feature in valgrind and met some issues from investigation.
RVV like ARM's SVE programming model, it's scalable/VLA, that means the vector length is agnostic.
ARM's SVE is not supported in valgrind :(
There is not any VLA vector IR to represent these vector model, it's the big issue.
Also some other common module like "register allocator" in VEX can not represent vector type which use
more than one register.
In another hand, some tool plugin like Memcheck will use data type like "Ity_V128/Ity_V256" to generate IRs, it's a big challenge
Any ideas for supporting of scalable vector model ?
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels