================ @@ -0,0 +1,46 @@ +; RUN: opt < %s -S -passes='cgscc(inline),function(early-cse),globalopt' | FileCheck %s ---------------- nikic wrote: Change the test to only run globalopt, use update_test_checks.py. https://github.com/llvm/llvm-project/pull/88836