================ @@ -0,0 +1,24 @@ +; RUN: llc -global-isel -mtriple=amdgcn -mcpu=gfx90a -O0 -print-after=legalizer %s -o /dev/null 2>&1 | FileCheck %s ---------------- shiltian wrote: Is it necessary to use `-O0` here? https://github.com/llvm/llvm-project/pull/140940