[clang] [llvm] [mlir] [AMDGPU] fix alignment of i128 (PR #213523)

Matt Arsenault via cfe-commits cfe-commits at lists.llvm.org
Sun Aug 2 12:36:37 PDT 2026


================
@@ -0,0 +1,82 @@
+; RUN: llc -mtriple=amdgcn-amd-amdhsa -mcpu=gfx1100 < %s | FileCheck %s
----------------
arsenm wrote:

```suggestion
; RUN: llc -mtriple=amdgpu11.00-amd-amdhsa < %s | FileCheck %s
```

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


More information about the cfe-commits mailing list