[all-commits] [llvm/llvm-project] 8703ff: AMDGPU: Stop running assembler tests with default cpu

Matt Arsenault via All-commits all-commits at lists.llvm.org
Sat Nov 23 09:18:46 PST 2024


  Branch: refs/heads/users/arsenm/amdgpu-stop-testing-assembler-default-cpu
  Home:   https://github.com/llvm/llvm-project
  Commit: 8703ffe1e858e8d3f71927a0ccddb2d33d71c89f
      https://github.com/llvm/llvm-project/commit/8703ffe1e858e8d3f71927a0ccddb2d33d71c89f
  Author: Matt Arsenault <Matthew.Arsenault at amd.com>
  Date:   2024-11-23 (Sat, 23 Nov 2024)

  Changed paths:
    M llvm/test/MC/AMDGPU/ds.s
    M llvm/test/MC/AMDGPU/invalid-instructions-spellcheck.s
    M llvm/test/MC/AMDGPU/literals.s
    M llvm/test/MC/AMDGPU/mimg-err.s
    M llvm/test/MC/AMDGPU/mimg.s
    M llvm/test/MC/AMDGPU/regression/bug28165.s
    M llvm/test/MC/AMDGPU/regression/bug28413.s
    M llvm/test/MC/AMDGPU/smrd.s
    M llvm/test/MC/AMDGPU/sopk.s
    A llvm/test/MC/AMDGPU/unknown-target-cpu.s
    M llvm/test/MC/AMDGPU/vintrp.s
    M llvm/test/MC/AMDGPU/vop1.s
    M llvm/test/MC/AMDGPU/vop2.s
    M llvm/test/MC/AMDGPU/vop3-convert.s
    M llvm/test/MC/AMDGPU/vop3-errs.s
    M llvm/test/MC/AMDGPU/vop3.s
    M llvm/test/MC/AMDGPU/vop_dpp.s
    M llvm/test/MC/AMDGPU/vop_sdwa.s
    M llvm/test/MC/AMDGPU/vopc.s

  Log Message:
  -----------
  AMDGPU: Stop running assembler tests with default cpu

It does not make sense to assemble for the default target.
Add one that shows the behavior. It is treated as a tahiti
alias without instructions which were later removed, and needs
to be treated as wave64. We should probably turn this into a hard
error though.


  Commit: 72a5f419da841eab187c4fb7943b7dd6f7d343f8
      https://github.com/llvm/llvm-project/commit/72a5f419da841eab187c4fb7943b7dd6f7d343f8
  Author: Matt Arsenault <Matthew.Arsenault at amd.com>
  Date:   2024-11-23 (Sat, 23 Nov 2024)

  Changed paths:
    M llvm/test/MC/AMDGPU/regression/bug28165.s

  Log Message:
  -----------
  Remove redundant run line


  Commit: 7ddea35813d34a635dc557980f60a2a67e2e9a74
      https://github.com/llvm/llvm-project/commit/7ddea35813d34a635dc557980f60a2a67e2e9a74
  Author: Matt Arsenault <Matthew.Arsenault at amd.com>
  Date:   2024-11-23 (Sat, 23 Nov 2024)

  Changed paths:
    M llvm/test/MC/AMDGPU/unknown-target-cpu.s

  Log Message:
  -----------
  mac doesn't fail yet


Compare: https://github.com/llvm/llvm-project/compare/dfa84306b732...7ddea35813d3

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