[all-commits] [llvm/llvm-project] cb8f91: [AMDGPU] Do not test both wave sizes for DSDIR dis...
Jay Foad via All-commits
all-commits at lists.llvm.org
Wed Feb 14 02:15:18 PST 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: cb8f910035e45bf6c30a61f74015c0dba5842747
https://github.com/llvm/llvm-project/commit/cb8f910035e45bf6c30a61f74015c0dba5842747
Author: Jay Foad <jay.foad at amd.com>
Date: 2024-02-14 (Wed, 14 Feb 2024)
Changed paths:
M llvm/test/MC/Disassembler/AMDGPU/gfx11_dasm_ldsdir.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx12_dasm_vdsdir.txt
Log Message:
-----------
[AMDGPU] Do not test both wave sizes for DSDIR disassembly (#81719)
There is nothing in these instruction definitions that depends on wave
size so testing both seems like overkill. The corresponding assembler
tests do not do it.
More information about the All-commits
mailing list