[llvm] [AMDGPU] Using feature to define vmem cacheline size (PR #207884)

Matt Arsenault via llvm-commits llvm-commits at lists.llvm.org
Fri Jul 17 02:07:03 PDT 2026


================
@@ -0,0 +1,213 @@
+; NOTE: Assertions have been autogenerated by utils/update_test_checks.py UTC_ARGS: --version 6
+; RUN: opt -mtriple=amdgcn -mcpu=gfx1250 -passes=loop-data-prefetch -S < %s | FileCheck %s --check-prefix=GFX12,GFX1250
----------------
arsenm wrote:

```suggestion
; RUN: opt -mtriple=amdgpu12.50 -passes=loop-data-prefetch -S < %s | FileCheck %s --check-prefix=GFX12,GFX1250
```

Convert these to new amdgpu triples

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


More information about the llvm-commits mailing list