[NPM][LTO] Do not enable MemorySSA with LoopFullUnrollPass
authorDavid Green <david.green@arm.com>
Fri, 19 Feb 2021 08:35:11 +0000 (08:35 +0000)
committerDavid Green <david.green@arm.com>
Fri, 19 Feb 2021 08:35:11 +0000 (08:35 +0000)
commitc141c6551be64f220b71786d24e98f6de906e6de
tree1afe9dc6e2e2fbbe6168c4c0aead8c6dad107125
parentb3c227a25a231248e3752918c2cac1a7b9414ef1
[NPM][LTO] Do not enable MemorySSA with LoopFullUnrollPass

As with the standard opt pipeline, we disable the MemorySSA dependency
in the LTO LPM pipeline as not all passes preserve MemorySSA.
llvm/lib/Passes/PassBuilder.cpp