[llvm-branch-commits] [llvm] [AMDGPU] Clean up check prefixes and regenerate checklines for some tests that were out of date (PR #209889)
Ivan Kosarev via llvm-branch-commits
llvm-branch-commits at lists.llvm.org
Thu Jul 16 04:31:50 PDT 2026
================
@@ -1,8 +1,8 @@
; NOTE: Assertions have been autogenerated by utils/update_llc_test_checks.py
; RUN: llc -mtriple=amdgpu11.70 < %s | FileCheck -check-prefixes=GFX1170PLUS,GFX1170 %s
; RUN: llc -mtriple=amdgpu12.00 < %s | FileCheck -check-prefixes=GFX1170PLUS,GFX12 %s
+; RUN: llc -mtriple=amdgpu12.50 -mattr=+real-true16 < %s | FileCheck -check-prefixes=GFX1170PLUS,GFX1250,GFX1250-TRUE16 %s
; RUN: llc -mtriple=amdgpu12.50 -mattr=-real-true16 < %s | FileCheck -check-prefixes=GFX1170PLUS,GFX1250,GFX1250-FAKE16 %s
-; RUN: llc -mtriple=amdgpu12.50 -mattr=+real-true16 < %s | FileCheck -check-prefixes=GFX1170PLUS,GFX1250,GFX1250-REAL16 %s
----------------
kosarev wrote:
Seems to fix REAL16 -> TRUE16. Order-wise, yes, better be updated downstream to match.
https://github.com/llvm/llvm-project/pull/209889
More information about the llvm-branch-commits
mailing list