forked from OSchip/llvm-project
[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:
parent
1cfaaf6455
commit
0059f6ffe8
|
@ -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:
|
||||
|
|
Loading…
Reference in New Issue