This patch implements lowering simd aligned clause from PFT to MLIR.
Generated MLIR code contains information which MLIR item needs to be aligned. If the user does not specify the alignment value then the default one is calculated on the basis of target features.
Nit: No braces.