================ @@ -0,0 +1,988 @@ +; NOTE: Assertions have been autogenerated by utils/update_test_checks.py +; RUN: opt -select-optimize -mtriple=riscv64 -S < %s \ ---------------- lukel97 wrote:
We might as well use the new pass manager syntax? ```suggestion ; RUN: opt -p 'require<profile-summary>,function(select-optimize)' -mtriple=riscv64 -S < %s \ ``` https://github.com/llvm/llvm-project/pull/80124 _______________________________________________ llvm-branch-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits
