Skip to content

AMDGPU: Migrate disassembler tests to use subarch triples - #211596

Merged
arsenm merged 1 commit into
mainfrom
users/arsenm/amdgpu/migrate-disassembler-tests-subarch-triples
Jul 23, 2026
Merged

AMDGPU: Migrate disassembler tests to use subarch triples#211596
arsenm merged 1 commit into
mainfrom
users/arsenm/amdgpu/migrate-disassembler-tests-subarch-triples

Conversation

@arsenm

@arsenm arsenm commented Jul 23, 2026

Copy link
Copy Markdown
Contributor

No description provided.

arsenm commented Jul 23, 2026

Copy link
Copy Markdown
Contributor Author

This stack of pull requests is managed by Graphite. Learn more about stacking.

@arsenm
arsenm marked this pull request as ready for review July 23, 2026 15:53
@llvmorg-github-actions

Copy link
Copy Markdown

@llvm/pr-subscribers-backend-amdgpu

Author: Matt Arsenault (arsenm)

Changes

Patch is 323.82 KiB, truncated to 20.00 KiB below, full version: https://github.com/llvm/llvm-project/pull/211596.diff

292 Files Affected:

  • (modified) llvm/test/MC/Disassembler/AMDGPU/bf16_imm.txt (+4-4)
  • (modified) llvm/test/MC/Disassembler/AMDGPU/buf_fmt_packed_d16.txt (+2-2)
  • (modified) llvm/test/MC/Disassembler/AMDGPU/buf_fmt_unpacked_d16.txt (+1-1)
  • (modified) llvm/test/MC/Disassembler/AMDGPU/comments.txt (+1-1)
  • (modified) llvm/test/MC/Disassembler/AMDGPU/decode-err.txt (+4-4)
  • (modified) llvm/test/MC/Disassembler/AMDGPU/gfx10-null-reg.txt (+1-1)
  • (modified) llvm/test/MC/Disassembler/AMDGPU/gfx10-sgpr-max.txt (+1-1)
  • (modified) llvm/test/MC/Disassembler/AMDGPU/gfx10-vop2be-literal.txt (+1-1)
  • (modified) llvm/test/MC/Disassembler/AMDGPU/gfx10-vop3-literal.txt (+1-1)
  • (modified) llvm/test/MC/Disassembler/AMDGPU/gfx10-wave32.txt (+2-2)
  • (modified) llvm/test/MC/Disassembler/AMDGPU/gfx1011-xdl-insts.txt (+2-2)
  • (modified) llvm/test/MC/Disassembler/AMDGPU/gfx1011_dlops.txt (+9-9)
  • (modified) llvm/test/MC/Disassembler/AMDGPU/gfx1030_new.txt (+7-7)
  • (modified) llvm/test/MC/Disassembler/AMDGPU/gfx10_ds.txt (+2-2)
  • (modified) llvm/test/MC/Disassembler/AMDGPU/gfx10_exp.txt (+1-1)
  • (modified) llvm/test/MC/Disassembler/AMDGPU/gfx10_flat.txt (+2-2)
  • (modified) llvm/test/MC/Disassembler/AMDGPU/gfx10_mimg.txt (+1-1)
  • (modified) llvm/test/MC/Disassembler/AMDGPU/gfx10_mimg_features.txt (+1-1)
  • (modified) llvm/test/MC/Disassembler/AMDGPU/gfx10_mtbuf.txt (+1-1)
  • (modified) llvm/test/MC/Disassembler/AMDGPU/gfx10_mubuf.txt (+2-2)
  • (modified) llvm/test/MC/Disassembler/AMDGPU/gfx10_smem.txt (+2-2)
  • (modified) llvm/test/MC/Disassembler/AMDGPU/gfx10_sop1.txt (+2-2)
  • (modified) llvm/test/MC/Disassembler/AMDGPU/gfx10_sop2.txt (+2-2)
  • (modified) llvm/test/MC/Disassembler/AMDGPU/gfx10_sopc.txt (+2-2)
  • (modified) llvm/test/MC/Disassembler/AMDGPU/gfx10_sopk.txt (+2-2)
  • (modified) llvm/test/MC/Disassembler/AMDGPU/gfx10_sopp.txt (+2-2)
  • (modified) llvm/test/MC/Disassembler/AMDGPU/gfx10_vop1.txt (+2-2)
  • (modified) llvm/test/MC/Disassembler/AMDGPU/gfx10_vop1_dpp16.txt (+2-2)
  • (modified) llvm/test/MC/Disassembler/AMDGPU/gfx10_vop1_dpp8.txt (+2-2)
  • (modified) llvm/test/MC/Disassembler/AMDGPU/gfx10_vop1_sdwa.txt (+2-2)
  • (modified) llvm/test/MC/Disassembler/AMDGPU/gfx10_vop2.txt (+2-2)
  • (modified) llvm/test/MC/Disassembler/AMDGPU/gfx10_vop2_dpp16.txt (+2-2)
  • (modified) llvm/test/MC/Disassembler/AMDGPU/gfx10_vop2_dpp8.txt (+2-2)
  • (modified) llvm/test/MC/Disassembler/AMDGPU/gfx10_vop2_sdwa.txt (+2-2)
  • (modified) llvm/test/MC/Disassembler/AMDGPU/gfx10_vop3.txt (+2-2)
  • (modified) llvm/test/MC/Disassembler/AMDGPU/gfx10_vop3c.txt (+2-2)
  • (modified) llvm/test/MC/Disassembler/AMDGPU/gfx10_vop3cx.txt (+2-2)
  • (modified) llvm/test/MC/Disassembler/AMDGPU/gfx10_vop3cx_warn.txt (+1-1)
  • (modified) llvm/test/MC/Disassembler/AMDGPU/gfx10_vop3p_literalv216.txt (+1-1)
  • (modified) llvm/test/MC/Disassembler/AMDGPU/gfx10_vopc.txt (+3-3)
  • (modified) llvm/test/MC/Disassembler/AMDGPU/gfx10_vopc_sdwa.txt (+2-2)
  • (modified) llvm/test/MC/Disassembler/AMDGPU/gfx10_vopcx.txt (+2-2)
  • (modified) llvm/test/MC/Disassembler/AMDGPU/gfx10_vopcx_sdwa.txt (+2-2)
  • (modified) llvm/test/MC/Disassembler/AMDGPU/gfx1150_dasm_features.txt (+2-2)
  • (modified) llvm/test/MC/Disassembler/AMDGPU/gfx1150_dasm_salu_float.txt (+1-1)
  • (modified) llvm/test/MC/Disassembler/AMDGPU/gfx1170_dasm_vop1_dpp16.txt (+2-2)
  • (modified) llvm/test/MC/Disassembler/AMDGPU/gfx1170_dasm_vop1_dpp8.txt (+2-2)
  • (modified) llvm/test/MC/Disassembler/AMDGPU/gfx1170_dasm_vop3_from_vop1.txt (+2-2)
  • (modified) llvm/test/MC/Disassembler/AMDGPU/gfx1170_dasm_vop3_from_vop1_dpp16.txt (+2-2)
  • (modified) llvm/test/MC/Disassembler/AMDGPU/gfx1170_dasm_vop3_from_vop1_dpp8.txt (+2-2)
  • (modified) llvm/test/MC/Disassembler/AMDGPU/gfx1170_dasm_vop3p_dpp16.txt (+1-1)
  • (modified) llvm/test/MC/Disassembler/AMDGPU/gfx1170_dasm_vop3p_dpp8.txt (+1-1)
  • (modified) llvm/test/MC/Disassembler/AMDGPU/gfx1170_dasm_vop3p_err.txt (+1-1)
  • (modified) llvm/test/MC/Disassembler/AMDGPU/gfx1170_dasm_wmma_w32.txt (+2-2)
  • (modified) llvm/test/MC/Disassembler/AMDGPU/gfx1170_dasm_wmma_w64.txt (+2-2)
  • (modified) llvm/test/MC/Disassembler/AMDGPU/gfx11_dasm_ds.txt (+2-2)
  • (modified) llvm/test/MC/Disassembler/AMDGPU/gfx11_dasm_exp.txt (+1-1)
  • (modified) llvm/test/MC/Disassembler/AMDGPU/gfx11_dasm_flat.txt (+1-1)
  • (modified) llvm/test/MC/Disassembler/AMDGPU/gfx11_dasm_ldsdir.txt (+1-1)
  • (modified) llvm/test/MC/Disassembler/AMDGPU/gfx11_dasm_mimg.txt (+1-1)
  • (modified) llvm/test/MC/Disassembler/AMDGPU/gfx11_dasm_mimg_features.txt (+1-1)
  • (modified) llvm/test/MC/Disassembler/AMDGPU/gfx11_dasm_mtbuf.txt (+1-1)
  • (modified) llvm/test/MC/Disassembler/AMDGPU/gfx11_dasm_mubuf.txt (+1-1)
  • (modified) llvm/test/MC/Disassembler/AMDGPU/gfx11_dasm_smem.txt (+2-2)
  • (modified) llvm/test/MC/Disassembler/AMDGPU/gfx11_dasm_sop1.txt (+2-2)
  • (modified) llvm/test/MC/Disassembler/AMDGPU/gfx11_dasm_sop2.txt (+2-2)
  • (modified) llvm/test/MC/Disassembler/AMDGPU/gfx11_dasm_sopc.txt (+2-2)
  • (modified) llvm/test/MC/Disassembler/AMDGPU/gfx11_dasm_sopk.txt (+2-2)
  • (modified) llvm/test/MC/Disassembler/AMDGPU/gfx11_dasm_sopp.txt (+2-2)
  • (modified) llvm/test/MC/Disassembler/AMDGPU/gfx11_dasm_vinterp.txt (+2-2)
  • (modified) llvm/test/MC/Disassembler/AMDGPU/gfx11_dasm_vop1.txt (+4-4)
  • (modified) llvm/test/MC/Disassembler/AMDGPU/gfx11_dasm_vop1_dpp16.txt (+4-4)
  • (modified) llvm/test/MC/Disassembler/AMDGPU/gfx11_dasm_vop1_dpp8.txt (+3-3)
  • (modified) llvm/test/MC/Disassembler/AMDGPU/gfx11_dasm_vop2.txt (+4-4)
  • (modified) llvm/test/MC/Disassembler/AMDGPU/gfx11_dasm_vop2_dpp16.txt (+4-4)
  • (modified) llvm/test/MC/Disassembler/AMDGPU/gfx11_dasm_vop2_dpp8.txt (+4-4)
  • (modified) llvm/test/MC/Disassembler/AMDGPU/gfx11_dasm_vop3.txt (+4-4)
  • (modified) llvm/test/MC/Disassembler/AMDGPU/gfx11_dasm_vop3_dpp16-fake16.txt (+2-2)
  • (modified) llvm/test/MC/Disassembler/AMDGPU/gfx11_dasm_vop3_dpp16_from_vop1.txt (+2-2)
  • (modified) llvm/test/MC/Disassembler/AMDGPU/gfx11_dasm_vop3_dpp16_from_vop2.txt (+4-4)
  • (modified) llvm/test/MC/Disassembler/AMDGPU/gfx11_dasm_vop3_dpp16_from_vopc.txt (+4-4)
  • (modified) llvm/test/MC/Disassembler/AMDGPU/gfx11_dasm_vop3_dpp16_from_vopcx.txt (+4-4)
  • (modified) llvm/test/MC/Disassembler/AMDGPU/gfx11_dasm_vop3_dpp8-fake16.txt (+2-2)
  • (modified) llvm/test/MC/Disassembler/AMDGPU/gfx11_dasm_vop3_dpp8_from_vop1.txt (+2-2)
  • (modified) llvm/test/MC/Disassembler/AMDGPU/gfx11_dasm_vop3_dpp8_from_vop2.txt (+4-4)
  • (modified) llvm/test/MC/Disassembler/AMDGPU/gfx11_dasm_vop3_dpp8_from_vopc.txt (+4-4)
  • (modified) llvm/test/MC/Disassembler/AMDGPU/gfx11_dasm_vop3_dpp8_from_vopcx.txt (+4-4)
  • (modified) llvm/test/MC/Disassembler/AMDGPU/gfx11_dasm_vop3_from_vop1.txt (+3-3)
  • (modified) llvm/test/MC/Disassembler/AMDGPU/gfx11_dasm_vop3_from_vop2-fake16.txt (+2-2)
  • (modified) llvm/test/MC/Disassembler/AMDGPU/gfx11_dasm_vop3_from_vopc.txt (+4-4)
  • (modified) llvm/test/MC/Disassembler/AMDGPU/gfx11_dasm_vop3_from_vopcx.txt (+4-4)
  • (modified) llvm/test/MC/Disassembler/AMDGPU/gfx11_dasm_vop3p.txt (+2-2)
  • (modified) llvm/test/MC/Disassembler/AMDGPU/gfx11_dasm_vop3p_dpp16.txt (+2-2)
  • (modified) llvm/test/MC/Disassembler/AMDGPU/gfx11_dasm_vop3p_dpp8.txt (+2-2)
  • (modified) llvm/test/MC/Disassembler/AMDGPU/gfx11_dasm_vopc-fake16.txt (+2-2)
  • (modified) llvm/test/MC/Disassembler/AMDGPU/gfx11_dasm_vopc_dpp16.txt (+4-4)
  • (modified) llvm/test/MC/Disassembler/AMDGPU/gfx11_dasm_vopc_dpp8.txt (+4-4)
  • (modified) llvm/test/MC/Disassembler/AMDGPU/gfx11_dasm_vopcx.txt (+4-4)
  • (modified) llvm/test/MC/Disassembler/AMDGPU/gfx11_dasm_vopcx_dpp16.txt (+4-4)
  • (modified) llvm/test/MC/Disassembler/AMDGPU/gfx11_dasm_vopcx_dpp8.txt (+4-4)
  • (modified) llvm/test/MC/Disassembler/AMDGPU/gfx11_dasm_vopd.txt (+1-1)
  • (modified) llvm/test/MC/Disassembler/AMDGPU/gfx11_dasm_vopd_features.txt (+1-1)
  • (modified) llvm/test/MC/Disassembler/AMDGPU/gfx11_dasm_wmma.txt (+2-2)
  • (modified) llvm/test/MC/Disassembler/AMDGPU/gfx11_vop3cx_warn.txt (+1-1)
  • (modified) llvm/test/MC/Disassembler/AMDGPU/gfx1250_dasm_ds.txt (+1-1)
  • (modified) llvm/test/MC/Disassembler/AMDGPU/gfx1250_dasm_load_tr.txt (+1-1)
  • (modified) llvm/test/MC/Disassembler/AMDGPU/gfx1250_dasm_operands.txt (+1-1)
  • (modified) llvm/test/MC/Disassembler/AMDGPU/gfx1250_dasm_salu_lit64.txt (+1-1)
  • (modified) llvm/test/MC/Disassembler/AMDGPU/gfx1250_dasm_smem.txt (+1-1)
  • (modified) llvm/test/MC/Disassembler/AMDGPU/gfx1250_dasm_sop1.txt (+1-1)
  • (modified) llvm/test/MC/Disassembler/AMDGPU/gfx1250_dasm_sopp.txt (+1-1)
  • (modified) llvm/test/MC/Disassembler/AMDGPU/gfx1250_dasm_valu_lit64.txt (+1-1)
  • (modified) llvm/test/MC/Disassembler/AMDGPU/gfx1250_dasm_vbuffer_mubuf.txt (+1-1)
  • (modified) llvm/test/MC/Disassembler/AMDGPU/gfx1250_dasm_vflat.txt (+1-1)
  • (modified) llvm/test/MC/Disassembler/AMDGPU/gfx1250_dasm_vimage.txt (+1-1)
  • (modified) llvm/test/MC/Disassembler/AMDGPU/gfx1250_dasm_vop1.txt (+2-2)
  • (modified) llvm/test/MC/Disassembler/AMDGPU/gfx1250_dasm_vop1_dpp16.txt (+2-2)
  • (modified) llvm/test/MC/Disassembler/AMDGPU/gfx1250_dasm_vop1_dpp8.txt (+2-2)
  • (modified) llvm/test/MC/Disassembler/AMDGPU/gfx1250_dasm_vop2.txt (+1-1)
  • (modified) llvm/test/MC/Disassembler/AMDGPU/gfx1250_dasm_vop3.txt (+2-2)
  • (modified) llvm/test/MC/Disassembler/AMDGPU/gfx1250_dasm_vop3_dpp16.txt (+2-2)
  • (modified) llvm/test/MC/Disassembler/AMDGPU/gfx1250_dasm_vop3_dpp8.txt (+2-2)
  • (modified) llvm/test/MC/Disassembler/AMDGPU/gfx1250_dasm_vop3_from_vop1.txt (+2-2)
  • (modified) llvm/test/MC/Disassembler/AMDGPU/gfx1250_dasm_vop3_from_vop1_dpp16.txt (+2-2)
  • (modified) llvm/test/MC/Disassembler/AMDGPU/gfx1250_dasm_vop3_from_vop1_dpp8.txt (+2-2)
  • (modified) llvm/test/MC/Disassembler/AMDGPU/gfx1250_dasm_vop3cx.txt (+2-2)
  • (modified) llvm/test/MC/Disassembler/AMDGPU/gfx1250_dasm_vop3p.txt (+1-1)
  • (modified) llvm/test/MC/Disassembler/AMDGPU/gfx1250_dasm_vop3p_dpp16.txt (+1-1)
  • (modified) llvm/test/MC/Disassembler/AMDGPU/gfx1250_dasm_vop3p_dpp8.txt (+1-1)
  • (modified) llvm/test/MC/Disassembler/AMDGPU/gfx1250_dasm_vopd.txt (+1-1)
  • (modified) llvm/test/MC/Disassembler/AMDGPU/gfx1250_dasm_vopd3.txt (+1-1)
  • (modified) llvm/test/MC/Disassembler/AMDGPU/gfx1250_dasm_vopd3_unused_operands.txt (+1-1)
  • (modified) llvm/test/MC/Disassembler/AMDGPU/gfx1250_dasm_wmma_w32.txt (+1-1)
  • (modified) llvm/test/MC/Disassembler/AMDGPU/gfx1250_wave64_feature.s (+1-1)
  • (modified) llvm/test/MC/Disassembler/AMDGPU/gfx1251_dasm_vop1_dpp16.txt (+1-1)
  • (modified) llvm/test/MC/Disassembler/AMDGPU/gfx1251_dasm_vop2_dpp16.txt (+1-1)
  • (modified) llvm/test/MC/Disassembler/AMDGPU/gfx1251_dasm_vop3_dpp16.txt (+1-1)
  • (modified) llvm/test/MC/Disassembler/AMDGPU/gfx1251_dasm_vop3_from_vop1_dpp16.txt (+1-1)
  • (modified) llvm/test/MC/Disassembler/AMDGPU/gfx1251_dasm_vop3_from_vop2_dpp16.txt (+1-1)
  • (modified) llvm/test/MC/Disassembler/AMDGPU/gfx1251_dasm_vop3p.txt (+1-1)
  • (modified) llvm/test/MC/Disassembler/AMDGPU/gfx1251_dasm_wmma_w32.txt (+1-1)
  • (modified) llvm/test/MC/Disassembler/AMDGPU/gfx12_dasm_buffer_err.txt (+1-1)
  • (modified) llvm/test/MC/Disassembler/AMDGPU/gfx12_dasm_ds.txt (+1-1)
  • (modified) llvm/test/MC/Disassembler/AMDGPU/gfx12_dasm_exp.txt (+1-1)
  • (modified) llvm/test/MC/Disassembler/AMDGPU/gfx12_dasm_features.txt (+1-1)
  • (modified) llvm/test/MC/Disassembler/AMDGPU/gfx12_dasm_global_load_tr.txt (+2-2)
  • (modified) llvm/test/MC/Disassembler/AMDGPU/gfx12_dasm_smem.txt (+2-2)
  • (modified) llvm/test/MC/Disassembler/AMDGPU/gfx12_dasm_sop1.txt (+2-2)
  • (modified) llvm/test/MC/Disassembler/AMDGPU/gfx12_dasm_sop2.txt (+3-3)
  • (modified) llvm/test/MC/Disassembler/AMDGPU/gfx12_dasm_sopc.txt (+2-2)
  • (modified) llvm/test/MC/Disassembler/AMDGPU/gfx12_dasm_sopk.txt (+3-3)
  • (modified) llvm/test/MC/Disassembler/AMDGPU/gfx12_dasm_sopp.txt (+2-2)
  • (modified) llvm/test/MC/Disassembler/AMDGPU/gfx12_dasm_vbuffer_mtbuf.txt (+1-1)
  • (modified) llvm/test/MC/Disassembler/AMDGPU/gfx12_dasm_vbuffer_mubuf.txt (+1-1)
  • (modified) llvm/test/MC/Disassembler/AMDGPU/gfx12_dasm_vdsdir.txt (+1-1)
  • (modified) llvm/test/MC/Disassembler/AMDGPU/gfx12_dasm_vflat.txt (+1-1)
  • (modified) llvm/test/MC/Disassembler/AMDGPU/gfx12_dasm_vimage.txt (+1-1)
  • (modified) llvm/test/MC/Disassembler/AMDGPU/gfx12_dasm_vimage_features.txt (+1-1)
  • (modified) llvm/test/MC/Disassembler/AMDGPU/gfx12_dasm_vop1_dpp16.txt (+4-4)
  • (modified) llvm/test/MC/Disassembler/AMDGPU/gfx12_dasm_vop1_dpp8.txt (+6-6)
  • (modified) llvm/test/MC/Disassembler/AMDGPU/gfx12_dasm_vop2.txt (+4-4)
  • (modified) llvm/test/MC/Disassembler/AMDGPU/gfx12_dasm_vop2_dpp16.txt (+4-4)
  • (modified) llvm/test/MC/Disassembler/AMDGPU/gfx12_dasm_vop2_dpp8.txt (+4-4)
  • (modified) llvm/test/MC/Disassembler/AMDGPU/gfx12_dasm_vop3.txt (+4-4)
  • (modified) llvm/test/MC/Disassembler/AMDGPU/gfx12_dasm_vop3_dpp16-fake.txt (+3-3)
  • (modified) llvm/test/MC/Disassembler/AMDGPU/gfx12_dasm_vop3_dpp8.txt (+6-6)
  • (modified) llvm/test/MC/Disassembler/AMDGPU/gfx12_dasm_vop3_from_vop1.txt (+2-2)
  • (modified) llvm/test/MC/Disassembler/AMDGPU/gfx12_dasm_vop3_from_vop1_dpp16.txt (+4-4)
  • (modified) llvm/test/MC/Disassembler/AMDGPU/gfx12_dasm_vop3_from_vop1_dpp8.txt (+4-4)
  • (modified) llvm/test/MC/Disassembler/AMDGPU/gfx12_dasm_vop3_from_vop2.txt (+4-4)
  • (modified) llvm/test/MC/Disassembler/AMDGPU/gfx12_dasm_vop3_from_vop2_dpp16.txt (+4-4)
  • (modified) llvm/test/MC/Disassembler/AMDGPU/gfx12_dasm_vop3_from_vop2_dpp8.txt (+4-4)
  • (modified) llvm/test/MC/Disassembler/AMDGPU/gfx12_dasm_vop3c.txt (+8-8)
  • (modified) llvm/test/MC/Disassembler/AMDGPU/gfx12_dasm_vop3c_dpp16.txt (+8-8)
  • (modified) llvm/test/MC/Disassembler/AMDGPU/gfx12_dasm_vop3c_dpp8.txt (+8-8)
  • (modified) llvm/test/MC/Disassembler/AMDGPU/gfx12_dasm_vop3cx.txt (+8-8)
  • (modified) llvm/test/MC/Disassembler/AMDGPU/gfx12_dasm_vop3cx_dpp16.txt (+8-8)
  • (modified) llvm/test/MC/Disassembler/AMDGPU/gfx12_dasm_vop3cx_dpp8.txt (+8-8)
  • (modified) llvm/test/MC/Disassembler/AMDGPU/gfx12_dasm_vop3p.txt (+2-2)
  • (modified) llvm/test/MC/Disassembler/AMDGPU/gfx12_dasm_vop3p_dpp16.txt (+2-2)
  • (modified) llvm/test/MC/Disassembler/AMDGPU/gfx12_dasm_vop3p_dpp8.txt (+2-2)
  • (modified) llvm/test/MC/Disassembler/AMDGPU/gfx12_dasm_vop3p_err.txt (+1-1)
  • (modified) llvm/test/MC/Disassembler/AMDGPU/gfx12_dasm_vopc-fake16.txt (+4-4)
  • (modified) llvm/test/MC/Disassembler/AMDGPU/gfx12_dasm_vopc_dpp16.txt (+8-8)
  • (modified) llvm/test/MC/Disassembler/AMDGPU/gfx12_dasm_vopc_dpp8.txt (+8-8)
  • (modified) llvm/test/MC/Disassembler/AMDGPU/gfx12_dasm_vopcx.txt (+8-8)
  • (modified) llvm/test/MC/Disassembler/AMDGPU/gfx12_dasm_vopcx_dpp16.txt (+8-8)
  • (modified) llvm/test/MC/Disassembler/AMDGPU/gfx12_dasm_vopcx_dpp8.txt (+8-8)
  • (modified) llvm/test/MC/Disassembler/AMDGPU/gfx12_dasm_vopd.txt (+1-1)
  • (modified) llvm/test/MC/Disassembler/AMDGPU/gfx12_dasm_vopd_features.txt (+1-1)
  • (modified) llvm/test/MC/Disassembler/AMDGPU/gfx12_dasm_vopd_unused_operands.txt (+2-2)
  • (modified) llvm/test/MC/Disassembler/AMDGPU/gfx12_dasm_vsample.txt (+1-1)
  • (modified) llvm/test/MC/Disassembler/AMDGPU/gfx12_dasm_wmma_w32.txt (+2-2)
  • (modified) llvm/test/MC/Disassembler/AMDGPU/gfx12_dasm_wmma_w64.txt (+2-2)
  • (modified) llvm/test/MC/Disassembler/AMDGPU/gfx12_vop3cx_warn.txt (+1-1)
  • (modified) llvm/test/MC/Disassembler/AMDGPU/gfx13_dasm_vop2.txt (+4-4)
  • (modified) llvm/test/MC/Disassembler/AMDGPU/gfx13_dasm_vop2_dpp16.txt (+4-4)
  • (modified) llvm/test/MC/Disassembler/AMDGPU/gfx13_dasm_vop2_dpp8.txt (+4-4)
  • (modified) llvm/test/MC/Disassembler/AMDGPU/gfx13_dasm_vop3_from_vop2.txt (+4-4)
  • (modified) llvm/test/MC/Disassembler/AMDGPU/gfx13_dasm_vop3_from_vop2_dpp16.txt (+4-4)
  • (modified) llvm/test/MC/Disassembler/AMDGPU/gfx13_dasm_vop3_from_vop2_dpp8.txt (+4-4)
  • (modified) llvm/test/MC/Disassembler/AMDGPU/gfx8-literal.txt (+1-1)
  • (modified) llvm/test/MC/Disassembler/AMDGPU/gfx8-literal16.txt (+1-1)
  • (modified) llvm/test/MC/Disassembler/AMDGPU/gfx8-trap.txt (+1-1)
  • (modified) llvm/test/MC/Disassembler/AMDGPU/gfx8_ds.txt (+1-1)
  • (modified) llvm/test/MC/Disassembler/AMDGPU/gfx8_exp.txt (+1-1)
  • (modified) llvm/test/MC/Disassembler/AMDGPU/gfx8_flat.txt (+1-1)
  • (modified) llvm/test/MC/Disassembler/AMDGPU/gfx8_mimg.txt (+1-1)
  • (modified) llvm/test/MC/Disassembler/AMDGPU/gfx8_mimg_features.txt (+2-2)
  • (modified) llvm/test/MC/Disassembler/AMDGPU/gfx8_mtbuf.txt (+1-1)
  • (modified) llvm/test/MC/Disassembler/AMDGPU/gfx8_mubuf.txt (+1-1)
  • (modified) llvm/test/MC/Disassembler/AMDGPU/gfx8_smem.txt (+1-1)
  • (modified) llvm/test/MC/Disassembler/AMDGPU/gfx8_sop1.txt (+1-1)
  • (modified) llvm/test/MC/Disassembler/AMDGPU/gfx8_sop2.txt (+1-1)
  • (modified) llvm/test/MC/Disassembler/AMDGPU/gfx8_sopc.txt (+1-1)
  • (modified) llvm/test/MC/Disassembler/AMDGPU/gfx8_sopk.txt (+1-1)
  • (modified) llvm/test/MC/Disassembler/AMDGPU/gfx8_sopp.txt (+1-1)
  • (modified) llvm/test/MC/Disassembler/AMDGPU/gfx8_vintrp.txt (+2-2)
  • (modified) llvm/test/MC/Disassembler/AMDGPU/gfx8_vop1.txt (+1-1)
  • (modified) llvm/test/MC/Disassembler/AMDGPU/gfx8_vop1_dpp.txt (+1-1)
  • (modified) llvm/test/MC/Disassembler/AMDGPU/gfx8_vop1_sdwa.txt (+1-1)
  • (modified) llvm/test/MC/Disassembler/AMDGPU/gfx8_vop2.txt (+1-1)
  • (modified) llvm/test/MC/Disassembler/AMDGPU/gfx8_vop2_dpp.txt (+1-1)
  • (modified) llvm/test/MC/Disassembler/AMDGPU/gfx8_vop2_sdwa.txt (+1-1)
  • (modified) llvm/test/MC/Disassembler/AMDGPU/gfx8_vop3.txt (+1-1)
  • (modified) llvm/test/MC/Disassembler/AMDGPU/gfx8_vop3c.txt (+1-1)
  • (modified) llvm/test/MC/Disassembler/AMDGPU/gfx8_vop3cx.txt (+1-1)
  • (modified) llvm/test/MC/Disassembler/AMDGPU/gfx8_vop3cx_nowarn.txt (+1-1)
  • (modified) llvm/test/MC/Disassembler/AMDGPU/gfx8_vopc.txt (+1-1)
  • (modified) llvm/test/MC/Disassembler/AMDGPU/gfx8_vopc_sdwa.txt (+1-1)
  • (modified) llvm/test/MC/Disassembler/AMDGPU/gfx8_vopcx.txt (+1-1)
  • (modified) llvm/test/MC/Disassembler/AMDGPU/gfx8_vopcx_sdwa.txt (+1-1)
  • (modified) llvm/test/MC/Disassembler/AMDGPU/gfx9-aperture-regs.txt (+1-1)
  • (modified) llvm/test/MC/Disassembler/AMDGPU/gfx9-bool-regs.txt (+1-1)
  • (modified) llvm/test/MC/Disassembler/AMDGPU/gfx9-lds_direct.txt (+1-1)
  • (modified) llvm/test/MC/Disassembler/AMDGPU/gfx9-trap.txt (+1-1)
  • (modified) llvm/test/MC/Disassembler/AMDGPU/gfx908-atomic-fadd-insts.txt (+1-1)
  • (modified) llvm/test/MC/Disassembler/AMDGPU/gfx908-dl-insts.txt (+2-2)
  • (modified) llvm/test/MC/Disassembler/AMDGPU/gfx908-xdl-insts.txt (+3-3)
  • (modified) llvm/test/MC/Disassembler/AMDGPU/gfx908_mai.txt (+1-1)
  • (modified) llvm/test/MC/Disassembler/AMDGPU/gfx90a-dpp64.txt (+1-1)
  • (modified) llvm/test/MC/Disassembler/AMDGPU/gfx90a_features.txt (+1-1)
  • (modified) llvm/test/MC/Disassembler/AMDGPU/gfx90a_ldst_acc.txt (+1-1)
  • (modified) llvm/test/MC/Disassembler/AMDGPU/gfx90a_mai.txt (+1-1)
  • (modified) llvm/test/MC/Disassembler/AMDGPU/gfx90a_mimg.txt (+1-1)
  • (modified) llvm/test/MC/Disassembler/AMDGPU/gfx942_features.txt (+2-2)
  • (modified) llvm/test/MC/Disassembler/AMDGPU/gfx942_flat.txt (+1-1)
  • (modified) llvm/test/MC/Disassembler/AMDGPU/gfx942_mai.txt (+1-1)
  • (modified) llvm/test/MC/Disassembler/AMDGPU/gfx950.txt (+1-1)
  • (modified) llvm/test/MC/Disassembler/AMDGPU/gfx950_dasm_ds_read_tr.txt (+1-1)
  • (modified) llvm/test/MC/Disassembler/AMDGPU/gfx950_dasm_vop1.txt (+1-1)
  • (modified) llvm/test/MC/Disassembler/AMDGPU/gfx950_dasm_vop3.txt (+1-1)
  • (modified) llvm/test/MC/Disassembler/AMDGPU/gfx950_dasm_xdlops.txt (+1-1)
  • (modified) llvm/test/MC/Disassembler/AMDGPU/gfx950_mai.txt (+1-1)
  • (modified) llvm/test/MC/Disassembler/AMDGPU/gfx950_vop3px2.txt (+1-1)
  • (modified) llvm/test/MC/Disassembler/AMDGPU/gfx9_ds.txt (+1-1)
  • (modified) llvm/test/MC/Disassembler/AMDGPU/gfx9_exp.txt (+1-1)
  • (modified) llvm/test/MC/Disassembler/AMDGPU/gfx9_flat.txt (+1-1)
  • (modified) llvm/test/MC/Disassembler/AMDGPU/gfx9_mimg.txt (+1-1)
  • (modified) llvm/test/MC/Disassembler/AMDGPU/gfx9_mimg_features.txt (+1-1)
  • (modified) llvm/test/MC/Disassembler/AMDGPU/gfx9_mubuf.txt (+1-1)
  • (modified) llvm/test/MC/Disassembler/AMDGPU/gfx9_sdwa_features.txt (+1-1)
  • (modified) llvm/test/MC/Disassembler/AMDGPU/gfx9_smem.txt (+1-1)
  • (modified) llvm/test/MC/Disassembler/AMDGPU/gfx9_smem_features.txt (+1-1)
  • (modified) llvm/test/MC/Disassembler/AMDGPU/gfx9_sop1.txt (+1-1)
  • (modified) llvm/test/MC/Disassembler/AMDGPU/gfx9_sop2.txt (+1-1)
  • (modified) llvm/test/MC/Disassembler/AMDGPU/gfx9_sopc.txt (+1-1)
diff --git a/llvm/test/MC/Disassembler/AMDGPU/bf16_imm.txt b/llvm/test/MC/Disassembler/AMDGPU/bf16_imm.txt
index 232d8a4812796..3f6d4fc4cf6f4 100644
--- a/llvm/test/MC/Disassembler/AMDGPU/bf16_imm.txt
+++ b/llvm/test/MC/Disassembler/AMDGPU/bf16_imm.txt
@@ -1,8 +1,8 @@
 # NOTE: Assertions have been autogenerated by utils/update_mc_test_checks.py UTC_ARGS: --version 5
-# RUN: llvm-mc -triple=amdgcn -mcpu=gfx1100 -mattr=+real-true16 -disassemble -show-encoding < %s | FileCheck -check-prefixes=CHECK,CHECK-REAL16 %s
-# RUN: llvm-mc -triple=amdgcn -mcpu=gfx1100 -mattr=-real-true16 -disassemble -show-encoding < %s | FileCheck -check-prefixes=CHECK,CHECK-FAKE16 %s
-# RUN: llvm-mc -triple=amdgcn -mcpu=gfx1200 -mattr=+real-true16 -disassemble -show-encoding < %s | FileCheck -check-prefixes=CHECK,CHECK-REAL16 %s
-# RUN: llvm-mc -triple=amdgcn -mcpu=gfx1200 -mattr=-real-true16 -disassemble -show-encoding < %s | FileCheck -check-prefixes=CHECK,CHECK-FAKE16 %s
+# RUN: llvm-mc -triple=amdgpu11.00 -mattr=+real-true16 -disassemble -show-encoding < %s | FileCheck -check-prefixes=CHECK,CHECK-REAL16 %s
+# RUN: llvm-mc -triple=amdgpu11.00 -mattr=-real-true16 -disassemble -show-encoding < %s | FileCheck -check-prefixes=CHECK,CHECK-FAKE16 %s
+# RUN: llvm-mc -triple=amdgpu12.00 -mattr=+real-true16 -disassemble -show-encoding < %s | FileCheck -check-prefixes=CHECK,CHECK-REAL16 %s
+# RUN: llvm-mc -triple=amdgpu12.00 -mattr=-real-true16 -disassemble -show-encoding < %s | FileCheck -check-prefixes=CHECK,CHECK-FAKE16 %s
 
 0x05,0x00,0x67,0xd6,0x01,0x05,0xfe,0x03,0xc8,0x42,0x00,0x00
 # CHECK-FAKE16: v_dot2_bf16_bf16 v5, v1, v2, 0x42c8     ; encoding: [0x05,0x00,0x67,0xd6,0x01,0x05,0xfe,0x03,0xc8,0x42,0x00,0x00]
diff --git a/llvm/test/MC/Disassembler/AMDGPU/buf_fmt_packed_d16.txt b/llvm/test/MC/Disassembler/AMDGPU/buf_fmt_packed_d16.txt
index 2acdd13590324..778ee4b7ed96d 100644
--- a/llvm/test/MC/Disassembler/AMDGPU/buf_fmt_packed_d16.txt
+++ b/llvm/test/MC/Disassembler/AMDGPU/buf_fmt_packed_d16.txt
@@ -1,6 +1,6 @@
 # NOTE: Assertions have been autogenerated by utils/update_mc_test_checks.py UTC_ARGS: --unique --sort --version 6
-# RUN: llvm-mc -triple=amdgcn -mcpu=gfx810 -disassemble -show-encoding < %s | FileCheck %s -check-prefix=PACKED
-# RUN: llvm-mc -triple=amdgcn -mcpu=gfx900 -disassemble -show-encoding < %s | FileCheck %s -check-prefix=PACKED
+# RUN: llvm-mc -triple=amdgpu8.10 -disassemble -show-encoding < %s | FileCheck %s -check-prefix=PACKED
+# RUN: llvm-mc -triple=amdgpu9.00 -disassemble -show-encoding < %s | FileCheck %s -check-prefix=PACKED
 
 0x00,0x00,0x20,0xe0,0x00,0x01,0x01,0x01
 # PACKED: buffer_load_format_d16_x v1, off, s[4:7], s1 ; encoding: [0x00,0x00,0x20,0xe0,0x00,0x01,0x01,0x01]
diff --git a/llvm/test/MC/Disassembler/AMDGPU/buf_fmt_unpacked_d16.txt b/llvm/test/MC/Disassembler/AMDGPU/buf_fmt_unpacked_d16.txt
index 3841e139dde9b..e84b726d4db40 100644
--- a/llvm/test/MC/Disassembler/AMDGPU/buf_fmt_unpacked_d16.txt
+++ b/llvm/test/MC/Disassembler/AMDGPU/buf_fmt_unpacked_d16.txt
@@ -1,5 +1,5 @@
 # NOTE: Assertions have been autogenerated by utils/update_mc_test_checks.py UTC_ARGS: --unique --sort --version 6
-# RUN: llvm-mc -triple=amdgcn -mcpu=fiji -disassemble -show-encoding < %s | FileCheck %s -check-prefix=UNPACKED
+# RUN: llvm-mc -triple=amdgpu8.03 -disassemble -show-encoding < %s | FileCheck %s -check-prefix=UNPACKED
 
 
 0x00,0x00,0x20,0xe0,0x00,0x01,0x01,0x01
diff --git a/llvm/test/MC/Disassembler/AMDGPU/comments.txt b/llvm/test/MC/Disassembler/AMDGPU/comments.txt
index c47c8da79066f..3c11367fe9faf 100644
--- a/llvm/test/MC/Disassembler/AMDGPU/comments.txt
+++ b/llvm/test/MC/Disassembler/AMDGPU/comments.txt
@@ -1,4 +1,4 @@
-# RUN: llvm-mc -assemble -triple=amdgcn--amdhsa -mcpu=gfx1100 -filetype=obj %s -o - | \
+# RUN: llvm-mc -assemble -triple=amdgpu11.00--amdhsa -filetype=obj %s -o - | \
 # RUN:   llvm-objdump -d - | FileCheck %s
 
 ; Make sure disassembling of this instruction does not cause any errors
diff --git a/llvm/test/MC/Disassembler/AMDGPU/decode-err.txt b/llvm/test/MC/Disassembler/AMDGPU/decode-err.txt
index 425b36d001a54..31712667290f6 100644
--- a/llvm/test/MC/Disassembler/AMDGPU/decode-err.txt
+++ b/llvm/test/MC/Disassembler/AMDGPU/decode-err.txt
@@ -1,7 +1,7 @@
-# RUN: llvm-mc -triple=amdgcn -mcpu=gfx900 -disassemble -filetype=null < %s 2>&1 | FileCheck -check-prefix=GCN-ERR %s
-# RUN: llvm-mc -triple=amdgcn -mcpu=gfx1100 -disassemble -show-encoding < %s | FileCheck -check-prefixes=W32 %s
-# RUN: llvm-mc -triple=amdgcn -mcpu=gfx1100 -mattr=+wavefrontsize64 -disassemble -show-encoding < %s 2>&1 | FileCheck -check-prefixes=W64 %s
-# RUN: llvm-mc -triple=amdgcn -mcpu=gfx1200 -disassemble -filetype=null < %s 2>&1 | FileCheck -check-prefix=GFX12-ERR %s
+# RUN: llvm-mc -triple=amdgpu9.00 -disassemble -filetype=null < %s 2>&1 | FileCheck -check-prefix=GCN-ERR %s
+# RUN: llvm-mc -triple=amdgpu11.00 -disassemble -show-encoding < %s | FileCheck -check-prefixes=W32 %s
+# RUN: llvm-mc -triple=amdgpu11.00 -mattr=+wavefrontsize64 -disassemble -show-encoding < %s 2>&1 | FileCheck -check-prefixes=W64 %s
+# RUN: llvm-mc -triple=amdgpu12.00 -disassemble -filetype=null < %s 2>&1 | FileCheck -check-prefix=GFX12-ERR %s
 
 # GCN-ERR: [[@LINE+1]]:1: warning: invalid instruction encoding
 0xdf,0x00,0x00,0x02
diff --git a/llvm/test/MC/Disassembler/AMDGPU/gfx10-null-reg.txt b/llvm/test/MC/Disassembler/AMDGPU/gfx10-null-reg.txt
index 90854e3245a52..4d0f6339c4545 100644
--- a/llvm/test/MC/Disassembler/AMDGPU/gfx10-null-reg.txt
+++ b/llvm/test/MC/Disassembler/AMDGPU/gfx10-null-reg.txt
@@ -1,5 +1,5 @@
 # NOTE: Assertions have been autogenerated by utils/update_mc_test_checks.py UTC_ARGS: --unique --sort --version 6
-# RUN: llvm-mc -triple=amdgcn -mcpu=gfx1010 -show-encoding --disassemble < %s | FileCheck -check-prefix=GFX10 %s
+# RUN: llvm-mc -triple=amdgpu10.10 -show-encoding --disassemble < %s | FileCheck -check-prefix=GFX10 %s
 
 0x7d,0x7d,0x7d,0x80
 # GFX10: s_add_u32 null, null, null              ; encoding: [0x7d,0x7d,0x7d,0x80]
diff --git a/llvm/test/MC/Disassembler/AMDGPU/gfx10-sgpr-max.txt b/llvm/test/MC/Disassembler/AMDGPU/gfx10-sgpr-max.txt
index cdd10975bb5c2..99562f3eab6a4 100644
--- a/llvm/test/MC/Disassembler/AMDGPU/gfx10-sgpr-max.txt
+++ b/llvm/test/MC/Disassembler/AMDGPU/gfx10-sgpr-max.txt
@@ -1,5 +1,5 @@
 # NOTE: Assertions have been autogenerated by utils/update_mc_test_checks.py UTC_ARGS: --unique --sort --version 6
-# RUN: llvm-mc -triple=amdgcn -mcpu=gfx1010 -disassemble -show-encoding < %s | FileCheck -check-prefix=GFX10 %s
+# RUN: llvm-mc -triple=amdgpu10.10 -disassemble -show-encoding < %s | FileCheck -check-prefix=GFX10 %s
 
 0x68,0x03,0xe9,0xbe
 # GFX10: s_mov_b32 s105, s104                    ; encoding: [0x68,0x03,0xe9,0xbe]
diff --git a/llvm/test/MC/Disassembler/AMDGPU/gfx10-vop2be-literal.txt b/llvm/test/MC/Disassembler/AMDGPU/gfx10-vop2be-literal.txt
index c0a2b024a5d29..fcc75ecca1bb5 100644
--- a/llvm/test/MC/Disassembler/AMDGPU/gfx10-vop2be-literal.txt
+++ b/llvm/test/MC/Disassembler/AMDGPU/gfx10-vop2be-literal.txt
@@ -1,5 +1,5 @@
 # NOTE: Assertions have been autogenerated by utils/update_mc_test_checks.py UTC_ARGS: --unique --sort --version 6
-# RUN: llvm-mc -triple=amdgcn -mcpu=gfx1010 -disassemble -show-encoding < %s | FileCheck -check-prefix=GFX10 %s
+# RUN: llvm-mc -triple=amdgpu10.10 -disassemble -show-encoding < %s | FileCheck -check-prefix=GFX10 %s
 
 0xff,0x06,0x06,0x50,0x39,0x30,0x00,0x00
 # GFX10: v_add_co_ci_u32_e32 v3, vcc_lo, 0x3039, v3, vcc_lo ; encoding: [0xff,0x06,0x06,0x50,0x39,0x30,0x00,0x00]
diff --git a/llvm/test/MC/Disassembler/AMDGPU/gfx10-vop3-literal.txt b/llvm/test/MC/Disassembler/AMDGPU/gfx10-vop3-literal.txt
index 5c2c5576adbdd..3b09b1a22cc3e 100644
--- a/llvm/test/MC/Disassembler/AMDGPU/gfx10-vop3-literal.txt
+++ b/llvm/test/MC/Disassembler/AMDGPU/gfx10-vop3-literal.txt
@@ -1,5 +1,5 @@
 # NOTE: Assertions have been autogenerated by utils/update_mc_test_checks.py UTC_ARGS: --unique --sort --version 6
-# RUN: llvm-mc -triple=amdgcn -mcpu=gfx1010 -disassemble -show-encoding < %s | FileCheck -check-prefix=GFX10 %s
+# RUN: llvm-mc -triple=amdgpu10.10 -disassemble -show-encoding < %s | FileCheck -check-prefix=GFX10 %s
 
 0x05,0x00,0x0d,0xd7,0x01,0xff,0x01,0x00,0xab,0xcd,0xff,0xff
 # GFX10: v_add_nc_i16 v5, v1, 0xcdab             ; encoding: [0x05,0x00,0x0d,0xd7,0x01,0xff,0x01,0x02,0xab,0xcd,0xff,0xff]
diff --git a/llvm/test/MC/Disassembler/AMDGPU/gfx10-wave32.txt b/llvm/test/MC/Disassembler/AMDGPU/gfx10-wave32.txt
index 31fc10174bb0b..f693b5a9e0d70 100644
--- a/llvm/test/MC/Disassembler/AMDGPU/gfx10-wave32.txt
+++ b/llvm/test/MC/Disassembler/AMDGPU/gfx10-wave32.txt
@@ -1,5 +1,5 @@
-# RUN: llvm-mc -triple=amdgcn -mcpu=gfx1010 -mattr=+wavefrontsize32 -disassemble -show-encoding < %s | FileCheck -check-prefix=GFX1032 %s
-# RUN: llvm-mc -triple=amdgcn -mcpu=gfx1010 -mattr=+wavefrontsize64 -disassemble -show-encoding < %s | FileCheck -check-prefix=GFX1064 %s
+# RUN: llvm-mc -triple=amdgpu10.10 -mattr=+wavefrontsize32 -disassemble -show-encoding < %s | FileCheck -check-prefix=GFX1032 %s
+# RUN: llvm-mc -triple=amdgpu10.10 -mattr=+wavefrontsize64 -disassemble -show-encoding < %s | FileCheck -check-prefix=GFX1064 %s
 
 # GFX1032:   v_cmp_lt_f32_e32 vcc_lo, s2, v4
 # GFX1064:   v_cmp_lt_f32_e32 vcc, s2, v4
diff --git a/llvm/test/MC/Disassembler/AMDGPU/gfx1011-xdl-insts.txt b/llvm/test/MC/Disassembler/AMDGPU/gfx1011-xdl-insts.txt
index ecf8216cad1fd..7af680318cb28 100644
--- a/llvm/test/MC/Disassembler/AMDGPU/gfx1011-xdl-insts.txt
+++ b/llvm/test/MC/Disassembler/AMDGPU/gfx1011-xdl-insts.txt
@@ -1,6 +1,6 @@
 # NOTE: Assertions have been autogenerated by utils/update_mc_test_checks.py UTC_ARGS: --unique --sort --version 6
-# RUN: llvm-mc -triple=amdgcn -mcpu=gfx1011 -disassemble -show-encoding < %s | FileCheck %s
-# RUN: llvm-mc -triple=amdgcn -mcpu=gfx1012 -disassemble -show-encoding < %s | FileCheck %s
+# RUN: llvm-mc -triple=amdgpu10.11 -disassemble -show-encoding < %s | FileCheck %s
+# RUN: llvm-mc -triple=amdgpu10.12 -disassemble -show-encoding < %s | FileCheck %s
 
 0x01,0x05,0xfe,0x05
 # CHECK: v_dot2c_f32_f16 v255, v1, v2            ; encoding: [0x01,0x05,0xfe,0x05]
diff --git a/llvm/test/MC/Disassembler/AMDGPU/gfx1011_dlops.txt b/llvm/test/MC/Disassembler/AMDGPU/gfx1011_dlops.txt
index 1cdbb00d3aaca..b3a12829a9b66 100644
--- a/llvm/test/MC/Disassembler/AMDGPU/gfx1011_dlops.txt
+++ b/llvm/test/MC/Disassembler/AMDGPU/gfx1011_dlops.txt
@@ -1,13 +1,13 @@
 # NOTE: Assertions have been autogenerated by utils/update_mc_test_checks.py UTC_ARGS: --unique --sort --version 6
-# RUN: llvm-mc -triple=amdgcn -mcpu=gfx1011 -disassemble -show-encoding < %s | FileCheck -check-prefix=GFX10 %s
-# RUN: llvm-mc -triple=amdgcn -mcpu=gfx1012 -disassemble -show-encoding < %s | FileCheck -check-prefix=GFX10 %s
-# RUN: llvm-mc -triple=amdgcn -mcpu=gfx1030 -disassemble -show-encoding < %s | FileCheck -check-prefix=GFX10 %s
-# RUN: llvm-mc -triple=amdgcn -mcpu=gfx1031 -disassemble -show-encoding < %s | FileCheck -check-prefix=GFX10 %s
-# RUN: llvm-mc -triple=amdgcn -mcpu=gfx1032 -disassemble -show-encoding < %s | FileCheck -check-prefix=GFX10 %s
-# RUN: llvm-mc -triple=amdgcn -mcpu=gfx1033 -disassemble -show-encoding < %s | FileCheck -check-prefix=GFX10 %s
-# RUN: llvm-mc -triple=amdgcn -mcpu=gfx1034 -disassemble -show-encoding < %s | FileCheck -check-prefix=GFX10 %s
-# RUN: llvm-mc -triple=amdgcn -mcpu=gfx1035 -disassemble -show-encoding < %s | FileCheck -check-prefix=GFX10 %s
-# RUN: llvm-mc -triple=amdgcn -mcpu=gfx1036 -disassemble -show-encoding < %s | FileCheck -check-prefix=GFX10 %s
+# RUN: llvm-mc -triple=amdgpu10.11 -disassemble -show-encoding < %s | FileCheck -check-prefix=GFX10 %s
+# RUN: llvm-mc -triple=amdgpu10.12 -disassemble -show-encoding < %s | FileCheck -check-prefix=GFX10 %s
+# RUN: llvm-mc -triple=amdgpu10.30 -disassemble -show-encoding < %s | FileCheck -check-prefix=GFX10 %s
+# RUN: llvm-mc -triple=amdgpu10.31 -disassemble -show-encoding < %s | FileCheck -check-prefix=GFX10 %s
+# RUN: llvm-mc -triple=amdgpu10.32 -disassemble -show-encoding < %s | FileCheck -check-prefix=GFX10 %s
+# RUN: llvm-mc -triple=amdgpu10.33 -disassemble -show-encoding < %s | FileCheck -check-prefix=GFX10 %s
+# RUN: llvm-mc -triple=amdgpu10.34 -disassemble -show-encoding < %s | FileCheck -check-prefix=GFX10 %s
+# RUN: llvm-mc -triple=amdgpu10.35 -disassemble -show-encoding < %s | FileCheck -check-prefix=GFX10 %s
+# RUN: llvm-mc -triple=amdgpu10.36 -disassemble -show-encoding < %s | FileCheck -check-prefix=GFX10 %s
 
 0x00,0x40,0x13,0xcc,0x01,0x05,0x0e,0x1c
 # GFX10: v_dot2_f32_f16 v0, v1, v2, v3           ; encoding: [0x00,0x40,0x13,0xcc,0x01,0x05,0x0e,0x1c]
diff --git a/llvm/test/MC/Disassembler/AMDGPU/gfx1030_new.txt b/llvm/test/MC/Disassembler/AMDGPU/gfx1030_new.txt
index 7d5647fbabc6a..63d4f0fb1f994 100644
--- a/llvm/test/MC/Disassembler/AMDGPU/gfx1030_new.txt
+++ b/llvm/test/MC/Disassembler/AMDGPU/gfx1030_new.txt
@@ -1,11 +1,11 @@
 # NOTE: Assertions have been autogenerated by utils/update_mc_test_checks.py UTC_ARGS: --unique --sort --version 6
-# RUN: llvm-mc -triple=amdgcn -mcpu=gfx1030 -disassemble -show-encoding < %s | FileCheck -check-prefix=GFX10 %s
-# RUN: llvm-mc -triple=amdgcn -mcpu=gfx1031 -disassemble -show-encoding < %s | FileCheck -check-prefix=GFX10 %s
-# RUN: llvm-mc -triple=amdgcn -mcpu=gfx1032 -disassemble -show-encoding < %s | FileCheck -check-prefix=GFX10 %s
-# RUN: llvm-mc -triple=amdgcn -mcpu=gfx1033 -disassemble -show-encoding < %s | FileCheck -check-prefix=GFX10 %s
-# RUN: llvm-mc -triple=amdgcn -mcpu=gfx1034 -disassemble -show-encoding < %s | FileCheck -check-prefix=GFX10 %s
-# RUN: llvm-mc -triple=amdgcn -mcpu=gfx1035 -disassemble -show-encoding < %s | FileCheck -check-prefix=GFX10 %s
-# RUN: llvm-mc -triple=amdgcn -mcpu=gfx1036 -disassemble -show-encoding < %s | FileCheck -check-prefix=GFX10 %s
+# RUN: llvm-mc -triple=amdgpu10.30 -disassemble -show-encoding < %s | FileCheck -check-prefix=GFX10 %s
+# RUN: llvm-mc -triple=amdgpu10.31 -disassemble -show-encoding < %s | FileCheck -check-prefix=GFX10 %s
+# RUN: llvm-mc -triple=amdgpu10.32 -disassemble -show-encoding < %s | FileCheck -check-prefix=GFX10 %s
+# RUN: llvm-mc -triple=amdgpu10.33 -disassemble -show-encoding < %s | FileCheck -check-prefix=GFX10 %s
+# RUN: llvm-mc -triple=amdgpu10.34 -disassemble -show-encoding < %s | FileCheck -check-prefix=GFX10 %s
+# RUN: llvm-mc -triple=amdgpu10.35 -disassemble -show-encoding < %s | FileCheck -check-prefix=GFX10 %s
+# RUN: llvm-mc -triple=amdgpu10.36 -disassemble -show-encoding < %s | FileCheck -check-prefix=GFX10 %s
 
 #===------------------------------------------------------------------------===#
 # s_waitcnt_depctr.
diff --git a/llvm/test/MC/Disassembler/AMDGPU/gfx10_ds.txt b/llvm/test/MC/Disassembler/AMDGPU/gfx10_ds.txt
index 4101ca6e1963a..4be5690e97684 100644
--- a/llvm/test/MC/Disassembler/AMDGPU/gfx10_ds.txt
+++ b/llvm/test/MC/Disassembler/AMDGPU/gfx10_ds.txt
@@ -1,6 +1,6 @@
 # NOTE: Assertions have been autogenerated by utils/update_mc_test_checks.py UTC_ARGS: --unique --sort --version 6
-# RUN: llvm-mc -triple=amdgcn -mcpu=gfx1010 -mattr=+wavefrontsize32 -disassemble -show-encoding < %s | FileCheck -strict-whitespace -check-prefix=GFX10 %s
-# RUN: llvm-mc -triple=amdgcn -mcpu=gfx1010 -mattr=+wavefrontsize64 -disassemble -show-encoding < %s | FileCheck -strict-whitespace -check-prefix=GFX10 %s
+# RUN: llvm-mc -triple=amdgpu10.10 -mattr=+wavefrontsize32 -disassemble -show-encoding < %s | FileCheck -strict-whitespace -check-prefix=GFX10 %s
+# RUN: llvm-mc -triple=amdgpu10.10 -mattr=+wavefrontsize64 -disassemble -show-encoding < %s | FileCheck -strict-whitespace -check-prefix=GFX10 %s
 
 
 0x00,0x00,0x54,0xd8,0x00,0x01,0x00,0x00
diff --git a/llvm/test/MC/Disassembler/AMDGPU/gfx10_exp.txt b/llvm/test/MC/Disassembler/AMDGPU/gfx10_exp.txt
index 04f8558a72a66..137effe1eca7f 100644
--- a/llvm/test/MC/Disassembler/AMDGPU/gfx10_exp.txt
+++ b/llvm/test/MC/Disassembler/AMDGPU/gfx10_exp.txt
@@ -1,5 +1,5 @@
 # NOTE: Assertions have been autogenerated by utils/update_mc_test_checks.py UTC_ARGS: --unique --sort --version 6
-# RUN: llvm-mc -triple=amdgcn -mcpu=gfx1010 -disassemble -show-encoding < %s | FileCheck %s -check-prefix=GFX10
+# RUN: llvm-mc -triple=amdgpu10.10 -disassemble -show-encoding < %s | FileCheck %s -check-prefix=GFX10
 
 0x0c,0x00,0x00,0xf8,0x00,0x00,0x01,0x02
 # GFX10: exp mrt0, off, off, v1, v2              ; encoding: [0x0c,0x00,0x00,0xf8,0x00,0x00,0x01,0x02]
diff --git a/llvm/test/MC/Disassembler/AMDGPU/gfx10_flat.txt b/llvm/test/MC/Disassembler/AMDGPU/gfx10_flat.txt
index 40b973dcfed8b..5aa0a4d647994 100644
--- a/llvm/test/MC/Disassembler/AMDGPU/gfx10_flat.txt
+++ b/llvm/test/MC/Disassembler/AMDGPU/gfx10_flat.txt
@@ -1,6 +1,6 @@
 # NOTE: Assertions have been autogenerated by utils/update_mc_test_checks.py UTC_ARGS: --unique --sort --version 6
-# RUN: llvm-mc -triple=amdgcn -mcpu=gfx1010 -mattr=+wavefrontsize32 -disassemble -show-encoding < %s | FileCheck -strict-whitespace -check-prefix=GFX10 %s
-# RUN: llvm-mc -triple=amdgcn -mcpu=gfx1010 -mattr=+wavefrontsize64 -disassemble -show-encoding < %s | FileCheck -strict-whitespace -check-prefix=GFX10 %s
+# RUN: llvm-mc -triple=amdgpu10.10 -mattr=+wavefrontsize32 -disassemble -show-encoding < %s | FileCheck -strict-whitespace -check-prefix=GFX10 %s
+# RUN: llvm-mc -triple=amdgpu10.10 -mattr=+wavefrontsize64 -disassemble -show-encoding < %s | FileCheck -strict-whitespace -check-prefix=GFX10 %s
 
 
 #===------------------------------------------------------------------------===#
diff --git a/llvm/test/MC/Disassembler/AMDGPU/gfx10_mimg.txt b/llvm/test/MC/Disassembler/AMDGPU/gfx10_mimg.txt
index 864d18189e637..28b8451fdaba1 100644
--- a/llvm/test/MC/Disassembler/AMDGPU/gfx10_mimg.txt
+++ b/llvm/test/MC/Disassembler/AMDGPU/gfx10_mimg.txt
@@ -1,5 +1,5 @@
 # NOTE: Assertions have been autogenerated by utils/update_mc_test_checks.py UTC_ARGS: --unique --sort --version 6
-# RUN: llvm-mc -triple=amdgcn -mcpu=gfx1010 -disassemble -show-encoding < %s | FileCheck -check-prefixes=GFX10 %s
+# RUN: llvm-mc -triple=amdgpu10.10 -disassemble -show-encoding < %s | FileCheck -check-prefixes=GFX10 %s
 
 # NOTE: Contents of unused NSA bytes are NOT preserved.
 
diff --git a/llvm/test/MC/Disassembler/AMDGPU/gfx10_mimg_features.txt b/llvm/test/MC/Disassembler/AMDGPU/gfx10_mimg_features.txt
index eb32cf8743f5f..cce7d1d232b7f 100644
--- a/llvm/test/MC/Disassembler/AMDGPU/gfx10_mimg_features.txt
+++ b/llvm/test/MC/Disassembler/AMDGPU/gfx10_mimg_features.txt
@@ -1,5 +1,5 @@
 # NOTE: Assertions have been autogenerated by utils/update_mc_test_checks.py UTC_ARGS: --unique --sort --version 6
-# RUN: llvm-mc -triple=amdgcn -mcpu=gfx1010 -disassemble -show-encoding < %s | FileCheck %s -check-prefix=GFX1010
+# RUN: llvm-mc -triple=amdgpu10.10 -disassemble -show-encoding < %s | FileCheck %s -check-prefix=GFX1010
 
 #===------------------------------------------------------------------------===#
 # Image atomics
diff --git a/llvm/test/MC/Disassembler/AMDGPU/gfx10_mtbuf.txt b/llvm/test/MC/Disassembler/AMDGPU/gfx10_mtbuf.txt
index 3be48583db3d3..f14c03bbf5ba7 100644
--- a/llvm/test/MC/Disassembler/AMDGPU/gfx10_mtbuf.txt
+++ b/llvm/test/MC/Disassembler/AMDGPU/gfx10_mtbuf.txt
@@ -1,5 +1,5 @@
 # NOTE: Assertions have been autogenerated by utils/update_mc_test_checks.py UTC_ARGS: --unique --sort --version 6
-# RUN: llvm-mc -triple=amdgcn -mcpu=gfx1010 -disassemble -show-encoding < %s | FileCheck %s -check-prefix=GFX10
+# RUN: llvm-mc -triple=amdgpu10.10 -disassemble -show-encoding < %s | FileCheck %s -check-prefix=GFX10
 
 0x00,0x00,0xb0,0xe8,0x00,0x00,0x20,0x80
 # GFX10: tbuffer_load_format_d16_x v0, off, s[0:3], 0 format:[BUF_FMT_32_FLOAT] ; encoding: [0x00,0x00,0xb0,0xe8,0x00,0x00,0x20,0x80]
diff --git a/llvm/test/MC/Disassembler/AMDGPU/gfx10_mubuf.txt b/llvm/test/MC/Disassembler/AMDGPU/gfx10_mubuf.txt
index 87c7fe5a72457..ced5cf992e94c 100644
--- a/llvm/test/MC/Disassembler/AMDGPU/gfx10_mubuf.txt
+++ b/llvm/test/MC/Disassembler/AMDGPU/gfx10_mubuf.txt
@@ -1,6 +1,6 @@
 # NOTE: Assertions have been autogenerated by utils/update_mc_test_checks.py UTC_ARGS: --unique --sort --version 6
-# RUN: llvm-mc -triple=amdgcn -mcpu=gfx1010 -mattr=+wavefrontsize32 -disassemble -show-encoding < %s | FileCheck -strict-whitespace -check-prefix=GFX10 %s
-# RUN: llvm-mc -triple=amdgcn -mcpu=gfx1010 -mattr=+wavefrontsize64 -disassemble -show-encoding < %s | Fil...
[truncated]

@github-actions

Copy link
Copy Markdown

🐧 Linux x64 Test Results

  • 179524 tests passed
  • 3569 tests skipped
  • 2 tests failed

Failed Tests

(click on a test name to see its output)

LLVM

LLVM.CodeGen/AMDGPU/anyext-s16-to-s64.ll
Exit Code: 1

Command Output (stdout):
--
# RUN: at line 2
/home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/llc -global-isel=0 -mtriple=amdgpu12.50 -mattr=-real-true16 < /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/test/CodeGen/AMDGPU/anyext-s16-to-s64.ll | /home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/FileCheck /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/test/CodeGen/AMDGPU/anyext-s16-to-s64.ll --check-prefix=SDAG-FAKE16
# executed command: /home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/llc -global-isel=0 -mtriple=amdgpu12.50 -mattr=-real-true16
# note: command had no output on stdout or stderr
# executed command: /home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/FileCheck /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/test/CodeGen/AMDGPU/anyext-s16-to-s64.ll --check-prefix=SDAG-FAKE16
# .---command stderr------------
# | /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/test/CodeGen/AMDGPU/anyext-s16-to-s64.ll:11:21: error: SDAG-FAKE16-NEXT: expected string not found in input
# | ; SDAG-FAKE16-NEXT: global_wb
# |                     ^
# | <stdin>:21:9: note: scanning from here
# | ; %bb.0:
# |         ^
# | <stdin>:22:2: note: possible intended match here
# |  global_prefetch_b8 v0, s[0:1] scope:SCOPE_SE
# |  ^
# | 
# | Input file: <stdin>
# | Check file: /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/test/CodeGen/AMDGPU/anyext-s16-to-s64.ll
# | 
# | -dump-input=help explains the following input dump.
# | 
# | Input was:
# | <<<<<<
# |            .
# |            .
# |            .
# |           16:  .text 
# |           17:  .globl test_swmmac_f32_16x16x128_fp8_fp8_i16_index ; -- Begin function test_swmmac_f32_16x16x128_fp8_fp8_i16_index 
# |           18:  .p2align 8 
# |           19:  .type test_swmmac_f32_16x16x128_fp8_fp8_i16_index,@function 
# |           20: test_swmmac_f32_16x16x128_fp8_fp8_i16_index: ; @test_swmmac_f32_16x16x128_fp8_fp8_i16_index 
# |           21: ; %bb.0: 
# | next:11'0            {   search range start (exclusive)
# | next:11'1                error: no match found in search range
# |           22:  global_prefetch_b8 v0, s[0:1] scope:SCOPE_SE 
# | next:11'2      ?                                              possible intended match
# |           23:  v_nop 
# |           24:  s_setreg_imm32_b32 hwreg(HW_REG_WAVE_MODE, 25, 1), 1 ; msbs: dst=0 src0=0 src1=0 src2=0 
# |           25:  global_load_u16 v32, v[32:33], off 
# |           26:  s_wait_xcnt 0x0 
# |           27:  v_mov_b32_e32 v33, 0 
# |            .
# |            .
# |            .
# |           74:  .set amdgpu.max_num_agpr, 0 
# |           75:  .set amdgpu.max_num_sgpr, 0 
# |           76:  .set amdgpu.max_num_named_barrier, 0 
# |           77:  .section .AMDGPU.csdata,"",@progbits 
# |           78:  .section ".note.GNU-stack","",@progbits 
# |           79:  .amd_amdgpu_isa "amdgpu12.50-unknown-unknown-unknown-gfx1250" 
# | next:11'3                                                                    } search range end (exclusive)
# | >>>>>>
# `-----------------------------
# error: command failed with exit status: 1

--

LLVM.CodeGen/AMDGPU/packed-fp64.ll
Exit Code: 1

Command Output (stdout):
--
# RUN: at line 2
/home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/llc -global-isel=0 -mtriple=amdgpu12.51 < /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/test/CodeGen/AMDGPU/packed-fp64.ll | /home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/FileCheck -enable-var-scope -check-prefixes=GFX1251,GFX1251-SDAG /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/test/CodeGen/AMDGPU/packed-fp64.ll
# executed command: /home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/llc -global-isel=0 -mtriple=amdgpu12.51
# note: command had no output on stdout or stderr
# executed command: /home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/FileCheck -enable-var-scope -check-prefixes=GFX1251,GFX1251-SDAG /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/test/CodeGen/AMDGPU/packed-fp64.ll
# .---command stderr------------
# | /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/test/CodeGen/AMDGPU/packed-fp64.ll:2672:22: error: GFX1251-SDAG-NEXT: expected string not found in input
# | ; GFX1251-SDAG-NEXT: global_wb
# |                      ^
# | <stdin>:3515:9: note: scanning from here
# | ; %bb.0:
# |         ^
# | <stdin>:3516:2: note: possible intended match here
# |  global_prefetch_b8 v0, s[0:1] scope:SCOPE_SE
# |  ^
# | /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/test/CodeGen/AMDGPU/packed-fp64.ll:2734:22: error: GFX1251-SDAG-NEXT: expected string not found in input
# | ; GFX1251-SDAG-NEXT: global_wb
# |                      ^
# | <stdin>:3585:9: note: scanning from here
# | ; %bb.0:
# |         ^
# | <stdin>:3586:2: note: possible intended match here
# |  global_prefetch_b8 v0, s[0:1] scope:SCOPE_SE
# |  ^
# | 
# | Input file: <stdin>
# | Check file: /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/test/CodeGen/AMDGPU/packed-fp64.ll
# | 
# | -dump-input=help explains the following input dump.
# | 
# | Input was:
# | <<<<<<
# |              .
# |              .
# |              .
# |           3510:  .text 
# |           3511:  .globl fma_v2_s_imm_imm ; -- Begin function fma_v2_s_imm_imm 
# |           3512:  .p2align 8 
# |           3513:  .type fma_v2_s_imm_imm,@function 
# |           3514: fma_v2_s_imm_imm: ; @fma_v2_s_imm_imm 
# |           3515: ; %bb.0: 
# | next:2672'0            {   search range start (exclusive)
# | next:2672'1                error: no match found in search range
# |           3516:  global_prefetch_b8 v0, s[0:1] scope:SCOPE_SE 
# | next:2672'2      ?                                              possible intended match
# |           3517:  v_nop 
# |           3518:  s_setreg_imm32_b32 hwreg(HW_REG_WAVE_MODE, 25, 1), 1 ; msbs: dst=0 src0=0 src1=0 src2=0 
# |           3519:  s_load_b64 s[2:3], s[4:5], 0x24 nv 
# |           3520:  s_wait_xcnt 0x0 
# |           3521:  s_mov_b64 s[4:5], 0x4069000000000000 
# |              .
# |              .
# |              .
# |           3579:  .long 0 
# |           3580:  .text 
# |           3581:  .globl fma_v2_imm_imm_s ; -- Begin function fma_v2_imm_imm_s 
# |           3582:  .p2align 8 
# |           3583:  .type fma_v2_imm_imm_s,@function 
# |           3584: fma_v2_imm_imm_s: ; @fma_v2_imm_imm_s 
# | next:2672'3                      }                      search range end (exclusive)
# |           3585: ; %bb.0: 
# | next:2734'0            {   search range start (exclusive)
# | next:2734'1                error: no match found in search range
# |           3586:  global_prefetch_b8 v0, s[0:1] scope:SCOPE_SE 
# | next:2734'2      ?                                              possible intended match
# |           3587:  v_nop 
# |           3588:  s_setreg_imm32_b32 hwreg(HW_REG_WAVE_MODE, 25, 1), 1 ; msbs: dst=0 src0=0 src1=0 src2=0 
# |           3589:  s_load_b64 s[2:3], s[4:5], 0x24 nv 
# |           3590:  v_and_b32_e32 v0, 0x3ff, v0 
# |           3591:  s_wait_kmcnt 0x0 
# |              .
# |              .
# |              .
# |           3640:  .set amdgpu.max_num_agpr, 0 
# |           3641:  .set amdgpu.max_num_sgpr, 32 
# |           3642:  .set amdgpu.max_num_named_barrier, 0 
# |           3643:  .section .AMDGPU.csdata,"",@progbits 
# |           3644:  .section ".note.GNU-stack","",@progbits 
# |           3645:  .amd_amdgpu_isa "amdgpu12.51-unknown-unknown-unknown-gfx1251" 
# | next:2734'3                                                                    } search range end (exclusive)
# | >>>>>>
# `-----------------------------
# error: command failed with exit status: 1

--

If these failures are unrelated to your changes (for example tests are broken or flaky at HEAD), please open an issue at https://github.com/llvm/llvm-project/issues and add the infrastructure label.

@arsenm
arsenm merged commit 9439725 into main Jul 23, 2026
12 of 16 checks passed
@arsenm
arsenm deleted the users/arsenm/amdgpu/migrate-disassembler-tests-subarch-triples branch July 23, 2026 18:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants