================ @@ -0,0 +1,9 @@ +; RUN: not llc --global-isel %s -o /dev/null 2>&1 | FileCheck %s ---------------- arsenm wrote: ```suggestion ; RUN: not llc --global-isel -filetype=null %s 2>&1 | FileCheck %s ``` https://github.com/llvm/llvm-project/pull/167961