[all-commits] [llvm/llvm-project] 96421a: [SystemZ] Bugfix for the 'N' code for inline asm ...

Jonas Paulsson via All-commits all-commits at lists.llvm.org
Mon Jul 12 06:16:40 PDT 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 96421af5f8b48a35f5375a026c9fbc14cb18a178
      https://github.com/llvm/llvm-project/commit/96421af5f8b48a35f5375a026c9fbc14cb18a178
  Author: Jonas Paulsson <paulsson at linux.vnet.ibm.com>
  Date:   2021-07-12 (Mon, 12 Jul 2021)

  Changed paths:
    M llvm/lib/Target/SystemZ/SystemZAsmPrinter.cpp
    M llvm/test/CodeGen/SystemZ/inline-asm-i128.ll

  Log Message:
  -----------
  [SystemZ]  Bugfix for the 'N' code for inline asm operand.

Don't use a local MachineOperand copy in SystemZAsmPrinter::PrintAsmOperand()
and change the register as it may break the MRI tracking of register
uses. Use an MCOperand instead.

Review: Ulrich Weigand

Differential Revision: https://reviews.llvm.org/D105757




More information about the All-commits mailing list