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
[NVPTX] peroperly expand operations that we do not support on v2i32
v2i32 register class is present to facilitate v2f32's use of integer registers.
There are no actual instructions that can apply to v2i32 directly (except bitwise logical ops).
Everything else must be done elementwise.
0 commit comments