Details
- Reviewers
paulwalker-arm david-arm dmgreen
Diff Detail
Event Timeline
I don't believe we want this functionality. We originally added it but then it got removed by D88994 as unsound because there's no instruction available to load/store predicates that are smaller than <vscale x 16 x i1>. At the C/C++ level we don't expose these "smaller" predicate types and so there shouldn't really be a route needed to load/store them. @Allen Do you have a real world use case where loading/storing them is required?
Thanks @paulwalker-arm very much, I don't have a C case. But only my colleague found that the case compilation failed and tried to rectify the fault.
You have a good memory to find this patch D88994, which helps me understand the problem, thanks again!
Just trying to cleanup my review list since we're agreed either more or different work is required.