[PATCH] D46039: Fix compile time hang in LSR

Jun Bum Lim via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Apr 25 07:46:20 PDT 2018


junbuml added a comment.

> Now reassociations lookup is bounded only by Depth. If there are reasonable amount of reassociations on each level ~16, the whole number would not exceed ~16^3 which is ok.

Did you intend to limit the number of reassociations to 16 at each level  ?


Repository:
  rL LLVM

https://reviews.llvm.org/D46039





More information about the llvm-commits mailing list