refactoring: Split MemoryLifetime.cpp/h into three separate files

And rename MemoryDataflow -> BitDataflow.

MemoryLifetime contained MemoryLocations, MemoryDataflow and the MemoryLifetimeVerifier.
Three independent things, for which it makes sense to have them in three separated files.

NFC.
This commit is contained in:
Erik Eckstein
2021-03-12 15:26:59 +01:00
parent ad8252654d
commit 1baf009c06
12 changed files with 847 additions and 785 deletions

View File

@@ -14,7 +14,7 @@
#include "swift/SIL/SILBuilder.h"
#include "swift/SIL/SILFunction.h"
#include "swift/SIL/ApplySite.h"
#include "swift/SIL/MemoryLifetime.h"
#include "swift/SIL/MemoryLocations.h"
#include "swift/SILOptimizer/PassManager/Transforms.h"
#include "swift/SIL/MemAccessUtils.h"