[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 14:03:46 PDT 2022


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

- Add test for .p2align NUM, 0x0 case
- Add missing if check for MaxBytesToEmit


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
  llvm/test/CodeGen/AArch64/p2align-zero-fillvalue.ll

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


More information about the llvm-commits mailing list