[PATCH] D45659: [CallSiteSplitting] Add missing pass dependency

Florian Hahn via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Apr 16 10:05:14 PDT 2018


fhahn added a comment.

It would be great to know in which case this causes a crash. The pass currently should not rely on the DT, but if it is available, it will update it (it is using ` auto *DTWP = getAnalysisIfAvailable<DominatorTreeWrapperPass>();`)


Repository:
  rL LLVM

https://reviews.llvm.org/D45659





More information about the llvm-commits mailing list