llvm-project/llvm/lib/Transforms/AggressiveInstCombine
Arthur Eubanks 6b9524a05b [NewPM] Don't mark AA analyses as preserved
Currently all AA analyses marked as preserved are stateless, not taking
into account their dependent analyses. So there's no need to mark them
as preserved, they won't be invalidated unless their analyses are.

SCEVAAResults was the one exception to this, it was treated like a
typical analysis result. Make it like the others and don't invalidate
unless SCEV is invalidated.

Reviewed By: asbirlea

Differential Revision: https://reviews.llvm.org/D102032
2021-05-18 13:49:03 -07:00
..
AggressiveInstCombine.cpp [NewPM] Don't mark AA analyses as preserved 2021-05-18 13:49:03 -07:00
AggressiveInstCombineInternal.h
CMakeLists.txt llvmbuildectomy - replace llvm-build by plain cmake 2020-11-13 10:35:24 +01:00
TruncInstCombine.cpp [Transforms] Use llvm::append_range (NFC) 2021-01-20 21:35:54 -08:00