You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This appears to be an intentional limit added in https://reviews.llvm.org/D133723 - VOPC cannot encode registers >v127.
However, users could simply use the VOP3 encoding and use those registers just fine. For that, all they need to do is pass an explicit destination register (instead of the implied VCC), e.g. v_cmp_gt_u16 vcc, s2, v128
Desired outcome:
A better error message indicating that the VOP3 variant of the instruction needs to be used would be helpful.