[llvm-branch-commits] [llvm] [AMDGPU] Clean up check prefixes and regenerate checklines for some tests that were out of date (PR #209889)

Domenic Nutile via llvm-branch-commits llvm-branch-commits at lists.llvm.org
Thu Jul 16 10:58:33 PDT 2026


================
@@ -1,7 +1,7 @@
 ; NOTE: Assertions have been autogenerated by utils/update_llc_test_checks.py UTC_ARGS: --version 2
 ; RUN: llc -amdgpu-scalarize-global-loads=false -mtriple=amdgpu6.00 < %s | FileCheck -check-prefixes=SI %s
 ; RUN: llc -amdgpu-scalarize-global-loads=false -mtriple=amdgpu8.03 -mattr=-flat-for-global < %s | FileCheck -check-prefixes=VI %s
-; RUN: llc -amdgpu-scalarize-global-loads=false -mtriple=amdgpu11.00 -mattr=+real-true16,-flat-for-global < %s | FileCheck -check-prefixes=GFX11 %s
+; RUN: llc -amdgpu-scalarize-global-loads=false -mtriple=amdgpu11.00 -mattr=+real-true16,-flat-for-global < %s | FileCheck -check-prefixes=GFX11-TRUE16 %s
 ; RUN: llc -amdgpu-scalarize-global-loads=false -mtriple=amdgpu11.00 -mattr=-real-true16,-flat-for-global < %s | FileCheck -check-prefixes=GFX11-FAKE16 %s
----------------
saxlungs wrote:

I do agree, this stack was just made with upstreaming the downstream in mind to try to reduce that diff so we can more easily validate that there isn't anything still worth upstreaming down there. But, that's no excuse for making the upstream worse. If you think GFX* and GFX*-FAKE16 is a better paradigm than GFX*-TRUE16 and GFX*-FAKE16 we can definitely make that change, and I would drop the highlighted change in this PR too.

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


More information about the llvm-branch-commits mailing list