[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:06:17 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
+; RUN: opt -mtriple=amdgcn -mcpu=gfx1251 -passes=loop-data-prefetch -S < %s | FileCheck %s --check-prefix=GFX12,GFX1251
----------------
arsenm wrote:

Don't bother with 1251. 1200 would be more useful 

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


More information about the llvm-commits mailing list