This MR addes alignment attribute to ArrayBase, which generates e.g. __attribute__((aligned(64))) in variable declaration for C target.
alignment
ArrayBase
__attribute__((aligned(64)))