[PATCH] D88118: [test][NewPM] Make dead-uses.ll work under NPM
Arthur Eubanks via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Oct 6 07:35:35 PDT 2020
This revision was automatically updated to reflect the committed changes.
Closed by commit rG61d4b342d15a: [test][NewPM] Make dead-uses.ll work under NPM (authored by aeubanks).
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D88118/new/
https://reviews.llvm.org/D88118
Files:
llvm/test/Analysis/GlobalsModRef/dead-uses.ll
Index: llvm/test/Analysis/GlobalsModRef/dead-uses.ll
===================================================================
--- llvm/test/Analysis/GlobalsModRef/dead-uses.ll
+++ llvm/test/Analysis/GlobalsModRef/dead-uses.ll
@@ -1,4 +1,5 @@
-; RUN: opt < %s -instcombine -globals-aa -licm -S | FileCheck %s
+; RUN: opt < %s -instcombine -globals-aa -licm -enable-new-pm=0 -S | FileCheck %s
+; RUN: opt < %s -aa-pipeline=basic-aa,globals-aa -passes='function(instcombine),require<globals-aa>,function(invalidate<aa>,loop(licm))' -S | FileCheck %s
; Make sure -globals-aa ignores dead uses of globals.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D88118.296458.patch
Type: text/x-patch
Size: 601 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20201006/e89caf9d/attachment.bin>
More information about the llvm-commits
mailing list