================ @@ -0,0 +1,59 @@ +; NOTE: Assertions have been autogenerated by utils/update_test_checks.py UTC_ARGS: --version 6 +; RUN: opt -S -passes=inline %s | FileCheck %s +; RUN: opt -S -passes='cgscc(inline)' %s | FileCheck %s ---------------- boomanaiden154 wrote:
Yeah, it looks like a lot of the inliner tests do this (legacy PM cruft?). I'll post a cleanup patch soonish to make it more consistent. https://github.com/llvm/llvm-project/pull/179776 _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
