There are only two places where "SuitableAlign" is used:
- calculate 'BIGGEST_ALIGNMENT' macro
- alignment for 'Alloca' Inst
The precedent set by GCC appears to be that BIGGEST_ALIGNMENT and alloca both should follow vector alignment requirements of the selected ISA even when that is greater than any fundamental alignment requirement, and greater than malloc's alignment.