[all-commits] [llvm/llvm-project] 726f03: [SystemZ][z/OS] Migrate most test case to use HLAS...
Kai Nacke via All-commits
all-commits at lists.llvm.org
Thu Feb 12 13:36:39 PST 2026
Branch: refs/heads/users/redstar/migreatetohlasm
Home: https://github.com/llvm/llvm-project
Commit: 726f03cd5a9b2faa9f2b2ba652132b52b71ed51c
https://github.com/llvm/llvm-project/commit/726f03cd5a9b2faa9f2b2ba652132b52b71ed51c
Author: Kai Nacke <kai.peter.nacke at ibm.com>
Date: 2026-02-12 (Thu, 12 Feb 2026)
Changed paths:
M llvm/lib/Target/SystemZ/MCTargetDesc/SystemZMCTargetDesc.cpp
M llvm/test/CodeGen/SystemZ/call-zos-01.ll
M llvm/test/CodeGen/SystemZ/call-zos-02.ll
M llvm/test/CodeGen/SystemZ/call-zos-i128.ll
M llvm/test/CodeGen/SystemZ/call-zos-vararg.ll
M llvm/test/CodeGen/SystemZ/llvm.sincos.ll
M llvm/test/CodeGen/SystemZ/mixed-ptr-sizes.ll
M llvm/test/CodeGen/SystemZ/zos-ada-relocations.ll
M llvm/test/CodeGen/SystemZ/zos-ada.ll
M llvm/test/CodeGen/SystemZ/zos-alias-unsupported.ll
M llvm/test/CodeGen/SystemZ/zos-dwarf.ll
M llvm/test/CodeGen/SystemZ/zos-frameaddr.ll
M llvm/test/CodeGen/SystemZ/zos-func-alias.ll
M llvm/test/CodeGen/SystemZ/zos-hlasm-out.ll
M llvm/test/CodeGen/SystemZ/zos-intrinsics.ll
M llvm/test/CodeGen/SystemZ/zos-jumptable.ll
M llvm/test/CodeGen/SystemZ/zos-landingpad.ll
M llvm/test/CodeGen/SystemZ/zos-lower-constant.ll
M llvm/test/CodeGen/SystemZ/zos-no-eh-label.ll
M llvm/test/CodeGen/SystemZ/zos-ppa1-argarea.ll
M llvm/test/CodeGen/SystemZ/zos-ppa1.ll
M llvm/test/CodeGen/SystemZ/zos-ppa2.ll
M llvm/test/CodeGen/SystemZ/zos-prologue-epilog.ll
M llvm/test/CodeGen/SystemZ/zos-ret-addr.ll
M llvm/test/CodeGen/SystemZ/zos-simple-test.ll
M llvm/test/CodeGen/SystemZ/zos-stackpointer.ll
M llvm/test/CodeGen/SystemZ/zos-symbol-1.ll
M llvm/test/CodeGen/SystemZ/zos-symbol-2.ll
M llvm/test/CodeGen/SystemZ/zos_sinit.ll
Log Message:
-----------
[SystemZ][z/OS] Migrate most test case to use HLASM syntax
This PR migrates all but one test case to use HLASM syntax. It
also flips the default for the command line option, making HLASM
output the default.
The missing test case requires some more support in the HLASM
streamer, which I will add separately.
Commit: 8f9e4adceddea62ac3dd940e0f949e42f8a2c6f0
https://github.com/llvm/llvm-project/commit/8f9e4adceddea62ac3dd940e0f949e42f8a2c6f0
Author: Kai Nacke <kai.peter.nacke at ibm.com>
Date: 2026-02-12 (Thu, 12 Feb 2026)
Changed paths:
M clang/test/CodeGen/SystemZ/systemz-ppa2.c
M llvm/test/MC/SystemZ/insn-good-zos-pcrel.s
Log Message:
-----------
Fix failing test cases
Compare: https://github.com/llvm/llvm-project/compare/726f03cd5a9b%5E...8f9e4adcedde
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