diff options
author | smanna12 <soumi.manna@intel.com> | 2023-11-20 16:09:42 -0600 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-11-20 16:09:42 -0600 |
commit | 48ff35415c06cdbd9115bfe5318449afddcc7ff5 (patch) | |
tree | 0d694240d1ded9ad8e973dfcbd199d9917b095f0 /clang/lib/CodeGen/CodeGenModule.cpp | |
parent | 0e24179797faf5d309fcc5024131c2293accff26 (diff) | |
download | llvm-48ff35415c06cdbd9115bfe5318449afddcc7ff5.zip llvm-48ff35415c06cdbd9115bfe5318449afddcc7ff5.tar.gz llvm-48ff35415c06cdbd9115bfe5318449afddcc7ff5.tar.bz2 |
[clang] Add support for new loop attribute [[clang::code_align()]] (#70762)
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).
Diffstat (limited to 'clang/lib/CodeGen/CodeGenModule.cpp')
0 files changed, 0 insertions, 0 deletions