Currently, Legalizer is trying to lower G_LOAD with a vector type
that has more than two elements due to the incorrect LegalityPredicate.
This patch fixes the issue by removing the multiplication by 8
as MemDesc.Size already contains the size in bits.
Could you include the full instruction (with operands and types) in this check?