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