[llvm] [AMDGPU][NFC] Replace gfx940 and gfx941 with gfx942 in llvm/test (PR #125711)
James Henderson via llvm-commits
llvm-commits at lists.llvm.org
Wed Feb 5 00:52:53 PST 2025
https://github.com/jh7370 commented:
I've got no stake here, but it seems logical to me for dumping tools to still be able to identify obsolete flavours of AMDGPU, so that if somebody needs to inspect one of these objects, they'd be able to see that it is the obsolete version.
Specifically, I'm thinking the changes in the Object/AMDGPU/elf-header-flags-mach.yaml and tools/llvm-readobj/ELF/AMDGPU/elf-headers.test tests should be dropped. I'd say the same for the llvm-objdump test, but I expect that's less viable, since it requires llc support to generate the input (could it be switched to yaml2obj instead?).
https://github.com/llvm/llvm-project/pull/125711
More information about the llvm-commits
mailing list