[clang] [clang] Add support for new loop attribute [[clang::code_align()]] (PR #70762)
Erich Keane via cfe-commits
cfe-commits at lists.llvm.org
Wed Nov 1 10:18:13 PDT 2023
================
@@ -440,6 +440,14 @@ MDNode *LoopInfo::createMetadata(
Ctx, {MDString::get(Ctx, "llvm.loop.parallel_accesses"), AccGroup}));
}
+ // Setting clang::code_align attribute.
+ if (Attrs.CodeAlign > 0) {
----------------
erichkeane wrote:
Where is this consumed?
https://github.com/llvm/llvm-project/pull/70762
More information about the cfe-commits
mailing list