[PATCH] D22050: [SystemZ] Add support for missing instructions

Zhan Jun Liau via llvm-commits llvm-commits at lists.llvm.org
Wed Jul 6 09:19:40 PDT 2016


zhanjunl created this revision.
zhanjunl added a reviewer: uweigand.
zhanjunl added a subscriber: llvm-commits.

Add support to allow clang integrated assembler to recognize some missing instructions, for openssl.

Instructions are:
LM, LMY, STM, STMY, ICM, ICMY, SLA, SLAK, TML, TMH, EX.

http://reviews.llvm.org/D22050

Files:
  lib/Target/SystemZ/SystemZInstrFormats.td
  lib/Target/SystemZ/SystemZInstrInfo.td
  test/MC/SystemZ/insn-bad-z196.s
  test/MC/SystemZ/insn-bad.s
  test/MC/SystemZ/insn-good-z196.s
  test/MC/SystemZ/insn-good.s

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D22050.62885.patch
Type: text/x-patch
Size: 21121 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20160706/b32c0962/attachment-0001.bin>


More information about the llvm-commits mailing list