[clang] [llvm] [AMDGPU] Introduce a new generic target `gfx9-4-generic` (PR #115190)

Shilei Tian via cfe-commits cfe-commits at lists.llvm.org
Fri Nov 8 12:06:37 PST 2024


================
@@ -121,6 +121,7 @@ static const OffloadArchToStringMap arch_names[] = {
     GFX(909),  // gfx909
     GFX(90a),  // gfx90a
     GFX(90c),  // gfx90c
+    {OffloadArch::GFX9_4_GENERIC, "gfx9-4-generic", "compute_amdgcn"},
----------------
shiltian wrote:

In fact, `gfx10-1-generic` was called `generic10.1-generic`, but that broke things like save temps, so all generic targets were renamed.

https://github.com/llvm/llvm-project/pull/115190


More information about the cfe-commits mailing list