[PATCH] D46581: [DAGCombine] Change store merge candidates check cut off to 1024

Nirav Dave via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue May 8 10:59:49 PDT 2018


niravd added a comment.

> Unfortunately I can't share the test case, but something is definitely not O(N).

Fair enough. If you happen into a sharable test case that I could use as a benchmark I'd be happy to see if I could prune this check more; It seems like there's still a lot of time being consumed here.


Repository:
  rL LLVM

https://reviews.llvm.org/D46581





More information about the llvm-commits mailing list