[PATCH] D154899: [SystemZ] Allow symbols in immediate asm operands
Ilya Leoshkevich via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Jul 20 06:07:43 PDT 2023
iii updated this revision to Diff 542478.
iii marked 2 inline comments as done.
iii added a comment.
- Emit relocations.
- Add various tests.
- Remove "imm" markup for expressions.
- Move the isExpr() logic to getDispOpValue().
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D154899/new/
https://reviews.llvm.org/D154899
Files:
llvm/lib/Target/SystemZ/AsmParser/SystemZAsmParser.cpp
llvm/lib/Target/SystemZ/MCTargetDesc/SystemZInstPrinter.cpp
llvm/lib/Target/SystemZ/MCTargetDesc/SystemZMCAsmBackend.cpp
llvm/lib/Target/SystemZ/MCTargetDesc/SystemZMCCodeEmitter.cpp
llvm/lib/Target/SystemZ/MCTargetDesc/SystemZMCFixups.h
llvm/lib/Target/SystemZ/MCTargetDesc/SystemZMCObjectWriter.cpp
llvm/lib/Target/SystemZ/SystemZOperands.td
llvm/test/MC/SystemZ/fixups-bad-z13.s
llvm/test/MC/SystemZ/fixups.s
llvm/test/MC/SystemZ/insn-bad-z196.s
llvm/test/MC/SystemZ/insn-bad.s
llvm/test/MC/SystemZ/insn-good-z196.s
llvm/test/MC/SystemZ/insn-good.s
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D154899.542478.patch
Type: text/x-patch
Size: 31589 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20230720/686cb2fe/attachment.bin>
More information about the llvm-commits
mailing list