================ @@ -0,0 +1,40 @@ +; RUN: llc -march=amdgcn -mcpu=gfx1030 < %s | FileCheck %s ---------------- arsenm wrote: ```suggestion ; RUN: llc -mtriple=amdgcn-amd-amdhsa -mcpu=gfx1030 < %s | FileCheck %s ``` https://github.com/llvm/llvm-project/pull/139541