[PATCH] D106701: [clang] Implement -falign-loops=N (N is a power of 2) for non-LTO

Fangrui Song via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Wed Aug 4 12:46:17 PDT 2021


MaskRay updated this revision to Diff 364224.
MaskRay retitled this revision from "[clang] Add -falign-loops=N where N is a power of 2" to "[clang] Implement -falign-loops=N (N is a power of 2) for non-LTO".
MaskRay edited the summary of this revision.
MaskRay added a comment.
Herald added a subscriber: inglorion.

rebase


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/falign-loops.c

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D106701.364224.patch
Type: text/x-patch
Size: 7033 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20210804/adc73408/attachment-0001.bin>


More information about the cfe-commits mailing list