[PATCH] D92185: [SystemZ] Adding extra extended mnemonics for SystemZ target

Anirudh Prasad via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Nov 27 07:57:43 PST 2020


anirudhp updated this revision to Diff 308058.
anirudhp added a comment.

- Added the jgnop extended mnemonic. This is an alias to `brcl 0, label`. `brcl 0, label` also doesn't have a defined extended mnemonic, thus `jgnop` is also defined as using an `InstAlias`


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

https://reviews.llvm.org/D92185

Files:
  llvm/lib/Target/SystemZ/AsmParser/SystemZAsmParser.cpp
  llvm/lib/Target/SystemZ/SystemZInstrFormats.td
  llvm/lib/Target/SystemZ/SystemZInstrInfo.td
  llvm/test/MC/SystemZ/insn-bad.s
  llvm/test/MC/SystemZ/insn-good.s

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D92185.308058.patch
Type: text/x-patch
Size: 74695 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20201127/26da4c84/attachment.bin>


More information about the llvm-commits mailing list