[clang] [llvm] [AMDGPU] Define new targets gfx1200 and gfx1201 (PR #73133)

2023-11-22 Thread Jay Foad via cfe-commits
https://github.com/jayfoad updated https://github.com/llvm/llvm-project/pull/73133 >From 1011b8e7da174146dfb4c9a4bf54468ea021 Mon Sep 17 00:00:00 2001 From: Jay Foad Date: Tue, 21 Nov 2023 15:46:04 + Subject: [PATCH 1/2] [AMDGPU] Define new targets gfx1200 and gfx1201 Define target nam

[clang] [llvm] [AMDGPU] Define new targets gfx1200 and gfx1201 (PR #73133)

2023-11-22 Thread via cfe-commits
llvmbot wrote: @llvm/pr-subscribers-clang-codegen Author: Jay Foad (jayfoad) Changes Define target names and ELF numbers for new GFX12 targets gfx1200 and gfx1201. For now they behave identically to GFX11. --- Patch is 40.39 KiB, truncated to 20.00 KiB below, full version: https://gith

[clang] [llvm] [AMDGPU] Define new targets gfx1200 and gfx1201 (PR #73133)

2023-11-22 Thread Jay Foad via cfe-commits
https://github.com/jayfoad created https://github.com/llvm/llvm-project/pull/73133 Define target names and ELF numbers for new GFX12 targets gfx1200 and gfx1201. For now they behave identically to GFX11. >From 1011b8e7da174146dfb4c9a4bf54468ea021 Mon Sep 17 00:00:00 2001 From: Jay Foad Da