[llvm] [AMDGPU] Fix unaligned SMEM dword immediate offsets (PR #216269)
Harrison Hao via llvm-commits
llvm-commits at lists.llvm.org
Fri Aug 14 01:10:44 PDT 2026
================
@@ -0,0 +1,56 @@
+; NOTE: Assertions have been autogenerated by utils/update_llc_test_checks.py
+; RUN: llc -mtriple=amdgcn-amd-amdhsa -mcpu=gfx1100 -disable-separate-const-offset-from-gep=1 < %s | FileCheck --check-prefix=GFX11 %s
----------------
harrisonGPU wrote:
Please use new triple:
```suggestion
; RUN: llc -mtriple=amdgpu11.00 -disable-separate-const-offset-from-gep=1 < %s | FileCheck --check-prefix=GFX11 %s
```
https://github.com/llvm/llvm-project/pull/216269
More information about the llvm-commits
mailing list