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
[MIPS][MSA] Widen v2 vectors to the register length for MSA
Currently v2i8, v2i16 and v2i32 are being promoted to v2i64 which casts
the vector back and forth, and instructions with the wrong format are
being used. Widening them to avoid unnecessary bitcasts, loads and
stores, and ensure the correct element size is used.
* tests/CodeGen/Mips: Update tests after widening of v2 vectors.
TODO: Update tests for mips32r5.
skip-checks: true
0 commit comments