[PATCH] D106570: [RISCV] Add backend command line options to control function and loop alignment for testing.

Craig Topper via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Jul 23 09:36:45 PDT 2021


craig.topper added a comment.

In D106570#2900392 <https://reviews.llvm.org/D106570#2900392>, @MaskRay wrote:

> (clang supports one form: -falign-functions=N . I am working on a patch to add -falign-loops=N )

Oops. I guess I didn't read the list of ignored align options very closely to see that it was jumps, labels, and loops that weren't supported, and not functions.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D106570/new/

https://reviews.llvm.org/D106570



More information about the llvm-commits mailing list