Author: Arthur Eubanks Date: 2020-11-23T11:56:17-08:00 New Revision: 8eec3959ef38eb30d6d9e89d70a4f3a8ed334a2a
URL: https://github.com/llvm/llvm-project/commit/8eec3959ef38eb30d6d9e89d70a4f3a8ed334a2a DIFF: https://github.com/llvm/llvm-project/commit/8eec3959ef38eb30d6d9e89d70a4f3a8ed334a2a.diff LOG: [test] Pin memory-dereferenceable.ll to legacy PM -print-memderefs is only used for one test and hasn't been touched in a while. Added: Modified: llvm/test/Analysis/ValueTracking/memory-dereferenceable.ll Removed: ################################################################################ diff --git a/llvm/test/Analysis/ValueTracking/memory-dereferenceable.ll b/llvm/test/Analysis/ValueTracking/memory-dereferenceable.ll index d158426404ec..3cdcab1a83d4 100644 --- a/llvm/test/Analysis/ValueTracking/memory-dereferenceable.ll +++ b/llvm/test/Analysis/ValueTracking/memory-dereferenceable.ll @@ -1,4 +1,4 @@ -; RUN: opt -print-memderefs -analyze -S <%s | FileCheck %s +; RUN: opt -print-memderefs -analyze -S < %s -enable-new-pm=0 | FileCheck %s ; Uses the print-deref (+ analyze to print) pass to run ; isDereferenceablePointer() on many load instruction operands _______________________________________________ llvm-branch-commits mailing list llvm-branch-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits