[PATCH] D41463: [CodeGen] Add a new pass for PostRA sink

Michael Zolotukhin via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Mar 22 15:45:58 PDT 2018


mzolotukhin added a comment.

This pass destroys DominatorInfo and we have to recompute it right after the pass from scratch. Is it possible to preserve it? Also, have you measured compile time impact of the patch?

Thanks,
Michael


Repository:
  rL LLVM

https://reviews.llvm.org/D41463





More information about the llvm-commits mailing list