[PATCH] D46039: Fix compile time hang in LSR

Evgeny Stupachenko via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Apr 25 08:05:16 PDT 2018


evstupac added a comment.

In https://reviews.llvm.org/D46039#1078143, @junbuml wrote:

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


A kind of. However the patch allows >16 and < 256 on the first level.


Repository:
  rL LLVM

https://reviews.llvm.org/D46039





More information about the llvm-commits mailing list