[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 12:39:19 PDT 2023


iii updated this revision to Diff 542630.
iii marked 3 inline comments as done.
iii added a comment.

- Rename getDispOpValue() to getImmOpValue().
- Rename FK_390_12 to FK_390_U12Imm and FK_390_20 to FK_390_S20Imm.
- Reformat.


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
  llvm/test/MC/SystemZ/reloc-absolute.s

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D154899.542630.patch
Type: text/x-patch
Size: 64592 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20230720/ed16878c/attachment.bin>


More information about the llvm-commits mailing list