[llvm-branch-commits] [clang] [llvm] [AMDGPU] Introduce a new generic target `gfx9-4-generic` (PR #115190)
Shilei Tian via llvm-branch-commits
llvm-branch-commits at lists.llvm.org
Wed Nov 6 13:40:10 PST 2024
================
@@ -466,6 +470,7 @@ void AMDGPU::fillAMDGPUFeatureMap(StringRef GPU, const Triple &T,
case GK_GFX942:
case GK_GFX941:
case GK_GFX940:
+ case GK_GFX9_4_GENERIC:
----------------
shiltian wrote:
This needs to be updated as well
https://github.com/llvm/llvm-project/pull/115190
More information about the llvm-branch-commits
mailing list