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

Michael Zolotukhin via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Mar 23 13:50:29 PDT 2018


mzolotukhin added a comment.

> I measured compile time impact of this patch for spec2000/2006/2017. Overall, I wasn't able to see any reproduciable regression; all up and down are in noise range. There is no change in CFG in this pass, preserve DT should be good and I will submit a follow-up patch for it.

Sounds good, thank you!

Michael


Repository:
  rL LLVM

https://reviews.llvm.org/D41463





More information about the llvm-commits mailing list