[llvm] AMDGPU: Fix runtime unrolling when cascaded GEPs present (PR #147700)
Shilei Tian via llvm-commits
llvm-commits at lists.llvm.org
Wed Jul 9 08:47:12 PDT 2025
================
@@ -0,0 +1,44 @@
+; RUN: opt -mtriple=amdgcn-unknown-amdhsa -passes=loop-unroll -S %s | FileCheck %s
----------------
shiltian wrote:
```suggestion
; RUN: opt -mtriple=amdgcn-amd-amdhsa -passes=loop-unroll -S %s -o - | FileCheck %s
```
https://github.com/llvm/llvm-project/pull/147700
More information about the llvm-commits
mailing list