summaryrefslogtreecommitdiff
path: root/llvm/test/CodeGen/SystemZ/zos-stackpointer.ll
AgeCommit message (Collapse)Author
2024-10-23[SystemZ] Introduce GNU and HLASM differences to asmwriter and update tests ↵tltao
(#113369) Now that the GNU and HLASM `InstPrinter` paths are separated in https://github.com/llvm/llvm-project/pull/112975, differentiate between them in `SystemZInstrFormats.td`. The main difference are: - Tabs converted to space - Remove space after comma for instruction operands --------- Co-authored-by: Tony Tao <tonytao@ca.ibm.com>
2022-10-11[SystemZ][NFC] Opaque pointer migration.Kai Nacke
The LIT test cases were migrated with the script provided by Nikita Popov. No manual changes were made. Committed without review since no functional changes, after consultation with uweigand.
2022-06-10[SystemZ][z/OS] Add llvm.read_register() intrinsic support for zOSYusra Syeda
Differential Revision: https://reviews.llvm.org/D127412