[all-commits] [llvm/llvm-project] c626ef: [SystemZ] Implement .machine (push|pop) directives...

Dominik Steenken via All-commits all-commits at lists.llvm.org
Wed Apr 30 06:54:24 PDT 2025


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: c626ef9b5fca9a822ac25b0de4b9b215cec4b9d5
      https://github.com/llvm/llvm-project/commit/c626ef9b5fca9a822ac25b0de4b9b215cec4b9d5
  Author: Dominik Steenken <dost at de.ibm.com>
  Date:   2025-04-30 (Wed, 30 Apr 2025)

  Changed paths:
    M llvm/lib/Target/SystemZ/AsmParser/SystemZAsmParser.cpp
    M llvm/lib/Target/SystemZ/MCTargetDesc/SystemZTargetStreamer.h
    M llvm/test/MC/SystemZ/machine-directive-invalid.s
    M llvm/test/MC/SystemZ/machine-directive.s

  Log Message:
  -----------
  [SystemZ] Implement .machine (push|pop) directives (#137302)

The `.machine push` and `.machine pop` directives were missing from the
SystemZ Backend Asm Parser. This PR adds them, and expands the
corresponding test to test proper operation.

Internally, this is modeled as a simple stack implemented on a
`SmallVector<StringRef>`.



To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications


More information about the All-commits mailing list