[PATCH] D114590: [CodeGen] Emit alignment "Max Skip" operand for align directives

Nicholas Guy via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Dec 3 06:36:56 PST 2021


NickGuy updated this revision to Diff 391624.
NickGuy marked 4 inline comments as done.
NickGuy added a comment.

In D114590#3166112 <https://reviews.llvm.org/D114590#3166112>, @dmgreen wrote:

> It may be better to fold this into D114879 <https://reviews.llvm.org/D114879> so that there is a single patch that can be tested properly.

I've partially folded D114879 <https://reviews.llvm.org/D114879> into this, I want to keep the AArch64-specific stuff separate though.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D114590

Files:
  llvm/include/llvm/CodeGen/AsmPrinter.h
  llvm/include/llvm/CodeGen/MachineBasicBlock.h
  llvm/include/llvm/CodeGen/TargetLowering.h
  llvm/lib/CodeGen/AsmPrinter/AsmPrinter.cpp
  llvm/lib/CodeGen/MachineBlockPlacement.cpp
  llvm/lib/CodeGen/TargetLoweringBase.cpp
  llvm/test/CodeGen/AArch64/aarch64-p2align-max-bytes.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D114590.391624.patch
Type: text/x-patch
Size: 10653 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20211203/d77e2879/attachment.bin>


More information about the llvm-commits mailing list