<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title></title>
</head>
<body>
<div name="messageBodySection" style="font-size: 14px; font-family: -apple-system, BlinkMacSystemFont, sans-serif;">Looking at the InstructionCombining.cpp code:
<div><br />
PreservedAnalyses InstCombinePass::run(Function &F,<br />
                                       AnalysisManager<Function> &AM) {<br />
  auto &AC = AM.getResult<AssumptionAnalysis>(F);<br />
  auto &DT = AM.getResult<DominatorTreeAnalysis>(F);<br />
  auto &TLI = AM.getResult<TargetLibraryAnalysis>(F);<br />
<br />
  auto *LI = AM.getCachedResult<LoopAnalysis>(F);<br />
<br />
  // FIXME: The AliasAnalysis is not yet supported in the new pass manager<br /></div>
<div><br /></div>
<div><br /></div>
<div>Thanks,</div>
<div>Welson</div>
</div>
</body>
</html>