[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
Sat Sep 18 09:46:27 PDT 2021
jonpa updated this revision to Diff 373422.
jonpa added a comment.
Since there does not seem to be any desire for the new hook I proposed and we now have a SystemZTargetStreamer I tried to do this with emitConstantPools() instead.
- Move EXRLTargets2Sym map from SystemZAsmPrinter to SystemZTargetStreamer.
- Replace emitEXRLTargetInstructions() with emitConstantPools().
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D109513/new/
https://reviews.llvm.org/D109513
Files:
llvm/lib/Target/SystemZ/MCTargetDesc/SystemZMCTargetDesc.cpp
llvm/lib/Target/SystemZ/SystemZAsmPrinter.cpp
llvm/lib/Target/SystemZ/SystemZAsmPrinter.h
llvm/lib/Target/SystemZ/SystemZTargetStreamer.h
llvm/test/CodeGen/SystemZ/memset-06.ll
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D109513.373422.patch
Type: text/x-patch
Size: 9934 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210918/a8e562b4/attachment.bin>
More information about the llvm-commits
mailing list