[NewPM] Add -basic-aa to pr33196.ll

The legacy pass manager implicitly adds BasicAA, but the new PM does
not. This causes pr33196.ll to fail under NPM.

There are almost certainly lots of other failures like this, wanted to
get some input on if adding -basic-aa to tests makes sense at scale.

Reviewed By: fhahn

Differential Revision: https://reviews.llvm.org/D82915
This commit is contained in:
Arthur Eubanks 2020-07-02 11:27:38 -07:00
parent 1cfaaf6455
commit 0059f6ffe8
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
; RUN: opt -S -newgvn %s | FileCheck %s
; RUN: opt -S -basic-aa -newgvn %s | FileCheck %s
; CHECK: define i32 @main() {
; CHECK-NEXT: entry: