[llvm] [AMDGPU] Propagate AA info in vector load/store splitting. (PR #168871)
Matt Arsenault via llvm-commits
llvm-commits at lists.llvm.org
Fri Nov 21 07:51:44 PST 2025
================
@@ -0,0 +1,26 @@
+; RUN: llc -mtriple=amdgcn -stop-after finalize-isel < %s | FileCheck %s
----------------
arsenm wrote:
```suggestion
; RUN: llc -mtriple=amdgcn -mcpu=gfx900 -stop-after=finalize-isel < %s | FileCheck %s
```
https://github.com/llvm/llvm-project/pull/168871
More information about the llvm-commits
mailing list