[all-commits] [llvm/llvm-project] 5588db: [SystemZAsmParser] Treat VR128 separately in Parse...

Jonas Paulsson via All-commits all-commits at lists.llvm.org
Tue Oct 6 05:47:08 PDT 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: 5588dbce73be2c86bf1701b2ebbce47239130296
      https://github.com/llvm/llvm-project/commit/5588dbce73be2c86bf1701b2ebbce47239130296
  Author: Jonas Paulsson <paulsson at linux.vnet.ibm.com>
  Date:   2020-10-06 (Tue, 06 Oct 2020)

  Changed paths:
    M llvm/lib/Target/SystemZ/AsmParser/SystemZAsmParser.cpp
    M llvm/test/MC/SystemZ/directive-insn-vector.s
    M llvm/test/MC/SystemZ/regs-bad.s

  Log Message:
  -----------
  [SystemZAsmParser] Treat VR128 separately in ParseDirectiveInsn().

This patch makes the parser
  - reject higher vector registers (>=16) in operands where they should not
    be accepted.
  - accept higher integers (>=16) in vector register operands.

Review: Ulrich Weigand
Differential Revision: https://reviews.llvm.org/D88888




More information about the All-commits mailing list