Skip to content

Commit

Permalink
[test] Fix globalaa-retained.ll under NPM
Browse files Browse the repository at this point in the history
Just '-O2' didn't run the full AA pipeline under NPM.
  • Loading branch information
aeubanks committed Nov 19, 2020
1 parent 7cce621 commit dfe67f4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion llvm/test/Transforms/PhaseOrdering/globalaa-retained.ll
@@ -1,4 +1,5 @@
; RUN: opt -O3 -S < %s | FileCheck %s
; RUN: opt -O3 -S < %s -enable-new-pm=0 | FileCheck %s
; RUN: opt -aa-pipeline=default -passes='default<O3>' -S < %s | FileCheck %s
target datalayout = "e-m:e-i64:64-i128:128-n32:64-S128"
target triple = "aarch64"

Expand Down

0 comments on commit dfe67f4

Please sign in to comment.