[AArch64][GlobalISel] Legalize <2 x s8> and <4 x s8> for G_BUILD_VECTOR
Refer to commit ccffc270, the remaining types <2 x s8> and <4 x s8> should also be promoted to <2 x s32> and <4 x s16>. Fixes https://github.com/llvm/llvm-project/issues/58274 Reviewed By: aemerson, tschuett, paquette, dmgreen Differential Revision: https://reviews.llvm.org/D153394
Loading
Please sign in to comment