[llvm-branch-commits] [clang] [AMDGPU][clang] Replace gfx940 and gfx941 with gfx942 in clang (PR #126762)
Shilei Tian via llvm-branch-commits
llvm-branch-commits at lists.llvm.org
Tue Feb 11 08:45:02 PST 2025
================
@@ -106,8 +106,6 @@ enum class OffloadArch {
GFX90a,
GFX90c,
GFX9_4_GENERIC,
- GFX940,
- GFX941,
----------------
shiltian wrote:
I think the discussion yesterday decided to simply just remove them w/o more explanation and aliases.
https://github.com/llvm/llvm-project/pull/126762
More information about the llvm-branch-commits
mailing list