[all-commits] [llvm/llvm-project] 5783ac: [AArch64][llvm] Unify AArch64 tests into a single ...

Jonathan Thackray via All-commits all-commits at lists.llvm.org
Mon Jun 30 09:22:56 PDT 2025


  Branch: refs/heads/users/jthackray/unify-tests3
  Home:   https://github.com/llvm/llvm-project
  Commit: 5783ac4bf1c8b7e51935fd8d866e6fe27a7184aa
      https://github.com/llvm/llvm-project/commit/5783ac4bf1c8b7e51935fd8d866e6fe27a7184aa
  Author: Jonathan Thackray <jonathan.thackray at arm.com>
  Date:   2025-06-30 (Mon, 30 Jun 2025)

  Changed paths:
    M llvm/test/MC/AArch64/armv8.9a-ats1a.s
    M llvm/test/MC/AArch64/armv9.4a-ebep.s
    M llvm/test/MC/AArch64/armv9.5a-e3dse.s
    M llvm/test/MC/AArch64/armv9.5a-fgwte3.s
    M llvm/test/MC/AArch64/armv9.5a-hacdbs.s
    M llvm/test/MC/AArch64/armv9.5a-hdbss.s
    M llvm/test/MC/AArch64/armv9.5a-spmu2.s
    M llvm/test/MC/AArch64/armv9.5a-step2.s
    M llvm/test/MC/AArch64/armv9.6a-srmask.s
    M llvm/test/MC/AArch64/armv9.6a-statistical-profiling.s
    M llvm/test/MC/AArch64/armv9.6a-trbe-exception.s
    R llvm/test/MC/Disassembler/AArch64/armv8.9a-ats1a.txt
    R llvm/test/MC/Disassembler/AArch64/armv9.4a-ebep.txt
    R llvm/test/MC/Disassembler/AArch64/armv9.5a-e3dse.txt
    R llvm/test/MC/Disassembler/AArch64/armv9.5a-fgwte3.txt
    R llvm/test/MC/Disassembler/AArch64/armv9.5a-hacdbs.txt
    R llvm/test/MC/Disassembler/AArch64/armv9.5a-hdbss.txt
    R llvm/test/MC/Disassembler/AArch64/armv9.5a-spmu2.txt
    R llvm/test/MC/Disassembler/AArch64/armv9.5a-step2.txt
    R llvm/test/MC/Disassembler/AArch64/armv9.6a-srmask.txt
    R llvm/test/MC/Disassembler/AArch64/armv9.6a-statistical-profiling.txt
    R llvm/test/MC/Disassembler/AArch64/armv9.6a-trbe-exception.txt

  Log Message:
  -----------
  [AArch64][llvm] Unify AArch64 tests into a single file (1/4) (NFC)

This is a series of patches (1/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:
 * unifies errorless .s and .txt tests into a single file
 * remove .txt tests which don't have feature requirements
 * makes the .s tests have a roundabout run line to test both encoding and assembly

Co-authored-by: Virginia Cangelosi <virginia.cangelosi at arm.com>


  Commit: f78844e0a6886e36710188d679296bb2889d2e58
      https://github.com/llvm/llvm-project/commit/f78844e0a6886e36710188d679296bb2889d2e58
  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>


  Commit: ba9adee9c194c7edd75522d7056427ba24ee5920
      https://github.com/llvm/llvm-project/commit/ba9adee9c194c7edd75522d7056427ba24ee5920
  Author: Jonathan Thackray <jonathan.thackray at arm.com>
  Date:   2025-06-30 (Mon, 30 Jun 2025)

  Changed paths:
    M llvm/test/MC/AArch64/armv8.6a-fgt.s
    A llvm/test/MC/AArch64/armv8.8a-mops-diagnostics.s
    M llvm/test/MC/AArch64/armv8.8a-mops.s
    M llvm/test/MC/AArch64/armv8.9a-clrbhb.s
    M llvm/test/MC/AArch64/armv8.9a-debug-pmu.s
    M llvm/test/MC/AArch64/armv8.9a-lrcpc3.s
    M llvm/test/MC/AArch64/armv8.9a-specres2.s
    A llvm/test/MC/AArch64/armv8.9a-the-diagnostics.s
    M llvm/test/MC/AArch64/armv8.9a-the.s
    A llvm/test/MC/AArch64/armv9-mrrs-diagnostics.s
    M llvm/test/MC/AArch64/armv9-mrrs.s
    A llvm/test/MC/AArch64/armv9-msrr-diagnostics.s
    M llvm/test/MC/AArch64/armv9-msrr.s
    A llvm/test/MC/AArch64/armv9-sysp-diagnostics.s
    R llvm/test/MC/AArch64/armv9-sysp.s
    M llvm/test/MC/AArch64/armv9.4a-chk.s
    M llvm/test/MC/AArch64/armv9.5a-tlbiw.s
    A llvm/test/MC/AArch64/armv9a-sysp.s
    R llvm/test/MC/Disassembler/AArch64/armv8.6a-fgt.txt
    R llvm/test/MC/Disassembler/AArch64/armv8.8a-mops.txt
    R llvm/test/MC/Disassembler/AArch64/armv8.9a-clrbhb.txt
    R llvm/test/MC/Disassembler/AArch64/armv8.9a-debug-pmu.txt
    R llvm/test/MC/Disassembler/AArch64/armv8.9a-lrcpc3.txt
    R llvm/test/MC/Disassembler/AArch64/armv8.9a-specres2.txt
    R llvm/test/MC/Disassembler/AArch64/armv8.9a-the.txt
    R llvm/test/MC/Disassembler/AArch64/armv9-sysp.txt
    R llvm/test/MC/Disassembler/AArch64/armv9-sysreg128.txt
    R llvm/test/MC/Disassembler/AArch64/armv9.4a-chk.txt
    R llvm/test/MC/Disassembler/AArch64/armv9.5a-tlbiw.txt

  Log Message:
  -----------
  [AArch64][llvm] Unify AArch64 tests into a single file (3/4) (NFC)

This is a series of patches (3/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 multiple feature dependancies
 * makes the .s tests have a roundabout run line to test both encoding and assembly
 * creates diagnostic tests when needed

Co-authored-by: Virginia Cangelosi <virginia.cangelosi at arm.com>


  Commit: 0909842a183504468da0087dc8a256731a2bf7b1
      https://github.com/llvm/llvm-project/commit/0909842a183504468da0087dc8a256731a2bf7b1
  Author: Jonathan Thackray <jonathan.thackray at arm.com>
  Date:   2025-06-30 (Mon, 30 Jun 2025)

  Changed paths:
    M llvm/test/MC/AArch64/armv8.6a-fgt.s
    M llvm/test/MC/AArch64/armv8.8a-mops.s
    M llvm/test/MC/AArch64/armv8.9a-clrbhb.s
    M llvm/test/MC/AArch64/armv8.9a-debug-pmu.s
    M llvm/test/MC/AArch64/armv8.9a-lrcpc3.s
    M llvm/test/MC/AArch64/armv8.9a-the.s
    M llvm/test/MC/AArch64/armv9-mrrs.s
    M llvm/test/MC/AArch64/armv9-msrr.s
    M llvm/test/MC/AArch64/armv9a-sysp.s

  Log Message:
  -----------
  fixup! [AArch64][llvm] Unify AArch64 tests into a single file (3/4) (NFC)

This is a series of patches (3/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 multiple feature dependancies
 * makes the .s tests have a roundabout run line to test both encoding and assembly
 * creates diagnostic tests when needed

Co-authored-by: Virginia Cangelosi <virginia.cangelosi at arm.com>


Compare: https://github.com/llvm/llvm-project/compare/d2b3c5bc1727...0909842a1835

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