[llvm] [AMDGPU] Add option to prevent insns straddling half cache-line boundaries (PR #150239)
Matt Arsenault via llvm-commits
llvm-commits at lists.llvm.org
Wed Jul 23 08:49:08 PDT 2025
================
@@ -0,0 +1,131 @@
+;RUN: llc --amdgpu-prevent-half-cache-line-straddling -amdgpu-scalarize-global-loads=false -mtriple=amdgcn -mcpu=gfx1200 -mattr=+real-true16,dumpcode -verify-machineinstrs --filetype=obj < %s | llvm-objdump --triple=amdgcn --mcpu=gfx1200 -d - > %t.dis
+;RUN: %python %p/has_cache_straddle.py %t.dis
+
----------------
arsenm wrote:
There are too many new tests and I don't understand what the point of them all are; they all seem to duplicate existing tests just with disassembly
https://github.com/llvm/llvm-project/pull/150239
More information about the llvm-commits
mailing list