Author: Hans Wennborg Date: 2020-07-23T15:11:38+02:00 New Revision: e9d37a2ee97f820bc65e2badf5142414495580e5
URL: https://github.com/llvm/llvm-project/commit/e9d37a2ee97f820bc65e2badf5142414495580e5 DIFF: https://github.com/llvm/llvm-project/commit/e9d37a2ee97f820bc65e2badf5142414495580e5.diff LOG: Drop the npm run line from llvm/test/Analysis/ScalarEvolution/pr46786.ll since it's failing. Added: Modified: llvm/test/Analysis/ScalarEvolution/pr46786.ll Removed: ################################################################################ diff --git a/llvm/test/Analysis/ScalarEvolution/pr46786.ll b/llvm/test/Analysis/ScalarEvolution/pr46786.ll index 21a65702b3a3..17110679c88e 100644 --- a/llvm/test/Analysis/ScalarEvolution/pr46786.ll +++ b/llvm/test/Analysis/ScalarEvolution/pr46786.ll @@ -1,6 +1,5 @@ ; NOTE: Assertions have been autogenerated by utils/update_analyze_test_checks.py ; RUN: opt < %s -analyze -enable-new-pm=0 -scalar-evolution | FileCheck %s -; RUN: opt < %s -disable-output "-passes=print<scalar-evolution>" 2>&1 | FileCheck %s source_filename = "input.cpp" target datalayout = "e-m:e-p:32:32-i64:64-n32:64-S128" _______________________________________________ llvm-branch-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits
