[PATCH] D21809: [SystemZ] Add support for the .insn directive
Zhan Jun Liau via llvm-commits
llvm-commits at lists.llvm.org
Fri Aug 5 14:00:57 PDT 2016
zhanjunl retitled this revision from "[SystemZ] Add support for the .insn directive." to "[SystemZ] Add support for the .insn directive".
zhanjunl updated this revision to Diff 67015.
zhanjunl added a comment.
Created a custom table with operand information to parse the different formats, which calls the same parse* routines that are used by TableGen generated code.
Removed the AsmInsn* variants and allow vector registers to be recognized when parsing registers for the insn directive.
https://reviews.llvm.org/D21809
Files:
lib/Target/SystemZ/AsmParser/SystemZAsmParser.cpp
lib/Target/SystemZ/InstPrinter/SystemZInstPrinter.cpp
lib/Target/SystemZ/InstPrinter/SystemZInstPrinter.h
lib/Target/SystemZ/SystemZInstrFormats.td
lib/Target/SystemZ/SystemZInstrInfo.td
lib/Target/SystemZ/SystemZOperands.td
lib/Target/SystemZ/SystemZRegisterInfo.td
test/MC/SystemZ/directive-insn.s
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D21809.67015.patch
Type: text/x-patch
Size: 30538 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20160805/76d12512/attachment.bin>
More information about the llvm-commits
mailing list