================ @@ -0,0 +1,26 @@ +; RUN: llc -mtriple=amdgcn -mcpu=gfx90a -verify-machineinstrs -O1 -stop-after=machine-scheduler < %s | FileCheck -check-prefix=DEBUG %s ---------------- arsenm wrote: Just use the default check prefix? https://github.com/llvm/llvm-project/pull/129769