mirror of
https://github.com/intel/llvm.git
synced 2026-01-25 19:44:38 +08:00
This patch adds support for new loop attribute: [[clang::code_align(N)]]. This attribute applies to a loop and specifies the byte alignment for a loop. The attribute accepts a positive integer constant initialization expression indicating the number of bytes for the minimum alignment boundary. Its value must be a power of 2, between 1 and 4096 (inclusive).
32 KiB
32 KiB