================ @@ -0,0 +1,57 @@ +; RUN: not opt -S %s -passes=verify 2>&1 | FileCheck %s ---------------- nikic wrote: No need to explicitly specify `-passes=verify`, it's implicit. https://github.com/llvm/llvm-project/pull/133907