[all-commits] [llvm/llvm-project] be8bcd: [AArch64][llvm] Unify AArch64 tests into a single ...
Jonathan Thackray via All-commits
all-commits at lists.llvm.org
Mon Jun 30 03:15:45 PDT 2025
Branch: refs/heads/users/jthackray/unify-tests2
Home: https://github.com/llvm/llvm-project
Commit: be8bcdead883ec9bac8bebf6b3382974fc988c28
https://github.com/llvm/llvm-project/commit/be8bcdead883ec9bac8bebf6b3382974fc988c28
Author: Jonathan Thackray <jonathan.thackray at arm.com>
Date: 2025-06-30 (Mon, 30 Jun 2025)
Changed paths:
M llvm/test/MC/AArch64/armv9.2a-mec.s
R llvm/test/MC/AArch64/armv9.4-lse128.s
M llvm/test/MC/AArch64/armv9.4a-gcs.s
A llvm/test/MC/AArch64/armv9.4a-lse128-diagnostics.s
A llvm/test/MC/AArch64/armv9.4a-lse128.s
M llvm/test/MC/AArch64/armv9.5a-cpa.s
A llvm/test/MC/AArch64/armv9.6a-mpam-diagnostics.s
M llvm/test/MC/AArch64/armv9.6a-mpam.s
R llvm/test/MC/Disassembler/AArch64/armv9.4a-gcs.txt
R llvm/test/MC/Disassembler/AArch64/armv9.4a-lse128.txt
R llvm/test/MC/Disassembler/AArch64/armv9.5a-cpa.txt
R llvm/test/MC/Disassembler/AArch64/armv9.6a-mpam.txt
R llvm/test/MC/Disassembler/AArch64/armv9a-mec.txt
Log Message:
-----------
[AArch64][llvm] Unify AArch64 tests into a single file (2/4) (NFC)
This is a series of patches (2/4) to unify assembly/disassembly of
recent AArch64 tests into a single file. The aim is to improve
consistency, so that all instructions and system registers are
thoroughly tested, and future test cases will be in a unified format.
This patch:
* removes .txt tests which have only one feature required
* makes the .s tests have a roundabout run line to test both encoding and assembly
* creates diagnostic tests when needed
* fixes naming convention of tests
Co-authored-by: Virginia Cangelosi <virginia.cangelosi at arm.com>
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