mirror of
https://github.com/intel/llvm.git
synced 2026-01-25 01:07:04 +08:00
The buffer allocated by a promotion can be subject to other transformations afterward. For example it could be vectorized, in which case it is needed to ensure that this buffer is memory-aligned. Differential Revision: https://reviews.llvm.org/D78556