[PATCH] D132508: [MC] Omit fill value if it's zero when emitting code alignment

Stephen Long via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Aug 24 12:41:41 PDT 2022


steplong updated this revision to Diff 455333.
steplong added a comment.

- Change logic to use Optional
- Rename to emitAlignmentDirective


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D132508

Files:
  llvm/lib/MC/MCAsmStreamer.cpp
  llvm/test/CodeGen/AArch64/aarch64-p2align-max-bytes-neoverse.ll
  llvm/test/CodeGen/AArch64/aarch64-p2align-max-bytes.ll
  llvm/test/CodeGen/AArch64/aarch64-sched-store.ll
  llvm/test/CodeGen/AArch64/merge-store-dependency.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D132508.455333.patch
Type: text/x-patch
Size: 6452 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20220824/aa54d9e2/attachment.bin>


More information about the llvm-commits mailing list