[PATCH] D109513: [AsmPrinter, SystemZ] Allow target to add instructions before section is ended.

Jonas Paulsson via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Sep 10 02:52:50 PDT 2021


jonpa updated this revision to Diff 371848.
jonpa added a comment.

In D109513#2992888 <https://reviews.llvm.org/D109513#2992888>, @aeubanks wrote:

> do you think it'd make sense to merge emitConstantPools into emitSectionEndings?

How about moving emitConstantPools() into the default implementation of emitSectionEndings() like this..?


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

https://reviews.llvm.org/D109513

Files:
  llvm/include/llvm/CodeGen/AsmPrinter.h
  llvm/lib/CodeGen/AsmPrinter/AsmPrinter.cpp
  llvm/lib/Target/SystemZ/SystemZAsmPrinter.cpp
  llvm/lib/Target/SystemZ/SystemZAsmPrinter.h
  llvm/test/CodeGen/SystemZ/memset-06.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D109513.371848.patch
Type: text/x-patch
Size: 5279 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210910/63402329/attachment.bin>


More information about the llvm-commits mailing list