[all-commits] [llvm/llvm-project] 0059f6: [NewPM] Add -basic-aa to pr33196.ll
aeubanks via All-commits
all-commits at lists.llvm.org
Thu Jul 2 11:28:15 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 0059f6ffe84241b9728e48c1eabdaf1a6abbef66
https://github.com/llvm/llvm-project/commit/0059f6ffe84241b9728e48c1eabdaf1a6abbef66
Author: Arthur Eubanks <aeubanks at google.com>
Date: 2020-07-02 (Thu, 02 Jul 2020)
Changed paths:
M llvm/test/Transforms/NewGVN/pr33196.ll
Log Message:
-----------
[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
More information about the All-commits
mailing list