[llvm] [clang] [clang-tools-extra] [AMDGPU] Fix GCNRewritePartialRegUses pass: vector regclass is selected instead of scalar. (PR #69957)

2023-11-15 Thread Carl Ritson via cfe-commits
perlfu wrote: > I can regenerate the tests but I'm not sure how to do it best here: submit > the updated tests, rebase this PR's branch on top of the commit and then > force push the branch? Or I can simply merge _main_ with the updated tests > commit into this PR's branch? I do not know what

[clang] [flang] [libclc] [llvm] [AMDGPU] Add a new target for gfx1153 (PR #113138)

2024-10-21 Thread Carl Ritson via cfe-commits
https://github.com/perlfu created https://github.com/llvm/llvm-project/pull/113138 None >From c7345662a894805173c2704ee07c98cd1831cab0 Mon Sep 17 00:00:00 2001 From: Carl Ritson Date: Mon, 21 Oct 2024 17:20:39 +0900 Subject: [PATCH] [AMDGPU] Add a new target for gfx1153 --- clang/include/cla

[clang] [flang] [libclc] [llvm] [AMDGPU] Add a new target for gfx1153 (PR #113138)

2024-10-21 Thread Carl Ritson via cfe-commits
perlfu wrote: > The compiler currently treats it as identical to gfx1152, right? Correct. https://github.com/llvm/llvm-project/pull/113138 ___ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-comm

[clang] [flang] [libclc] [llvm] [AMDGPU] Add a new target for gfx1153 (PR #113138)

2024-10-22 Thread Carl Ritson via cfe-commits
https://github.com/perlfu closed https://github.com/llvm/llvm-project/pull/113138 ___ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

[clang] [flang] [libclc] [llvm] [AMDGPU] Add a new target for gfx1153 (PR #113138)

2024-10-22 Thread Carl Ritson via cfe-commits
https://github.com/perlfu updated https://github.com/llvm/llvm-project/pull/113138 >From c7345662a894805173c2704ee07c98cd1831cab0 Mon Sep 17 00:00:00 2001 From: Carl Ritson Date: Mon, 21 Oct 2024 17:20:39 +0900 Subject: [PATCH 1/2] [AMDGPU] Add a new target for gfx1153 --- clang/include/clang