[PATCH] D106701: [clang] Implement -falign-loops=N (N is a power of 2) for non-LTO
Fangrui Song via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Aug 5 12:18:07 PDT 2021
This revision was landed with ongoing or failed builds.
This revision was automatically updated to reflect the committed changes.
Closed by commit rGc38efb4899ea: [clang] Implement -falign-loops=N (N is a power of 2) for non-LTO (authored by MaskRay).
Changed prior to commit:
https://reviews.llvm.org/D106701?vs=364224&id=364575#toc
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D106701/new/
https://reviews.llvm.org/D106701
Files:
clang/include/clang/Basic/CodeGenOptions.def
clang/include/clang/Basic/DiagnosticDriverKinds.td
clang/include/clang/Basic/LangOptions.def
clang/include/clang/Driver/Options.td
clang/lib/CodeGen/BackendUtil.cpp
clang/lib/Driver/ToolChains/Clang.cpp
clang/test/CodeGen/align-loops.c
clang/test/Driver/clang_f_opts.c
clang/test/Driver/falign-loops.c
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D106701.364575.patch
Type: text/x-patch
Size: 7776 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210805/a10fcef2/attachment.bin>
More information about the llvm-commits
mailing list