[PATCH] D62262: [PGO][CHR] Speed up following long use-def chains.

David Li via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed May 22 10:14:35 PDT 2019


davidxl added a comment.

was there a quadratic behavior before ? It seems linear before and after the patch -- but just cut the computation by a factor of 2 .  Do you need an option to control the max chain length?


Repository:
  rL LLVM

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D62262/new/

https://reviews.llvm.org/D62262





More information about the llvm-commits mailing list