forked from OSchip/llvm-project
[test] Pin memory-dereferenceable.ll to legacy PM
-print-memderefs is only used for one test and hasn't been touched in a while.
This commit is contained in:
parent
14a68b4aa9
commit
8eec3959ef
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue