Optimizer: rename BorrowArgumentsUpdater -> GuaranteedPhiUpdater

NFC
This commit is contained in:
Erik Eckstein
2024-11-11 19:14:11 +01:00
parent 68d0f6120a
commit 51e3e5ed80
19 changed files with 40 additions and 40 deletions

View File

@@ -506,7 +506,7 @@ class LoopRotation : public SILFunctionTransform {
}
if (changed) {
updateAllBorrowArguments(PM, f);
updateAllGuaranteedPhis(PM, f);
// We preserve loop info and the dominator tree.
domAnalysis->lockInvalidation();
loopAnalysis->lockInvalidation();