================ @@ -0,0 +1,9 @@ +; RUN: not llc -mtriple=amdgcn < %s |& FileCheck %s ---------------- shiltian wrote: ```suggestion ; RUN: not llc -mtriple=amdgcn %s -o - |& FileCheck %s ``` https://github.com/llvm/llvm-project/pull/109181