[PATCH] D26367: Fix DAGCombiner match
Evgeny Stupachenko via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Dec 2 11:37:36 PST 2016
evstupac added a comment.
In https://reviews.llvm.org/D26367#611654, @jmolloy wrote:
> Given that this affects all targets, have you done performance testing using the test-suite? What were the results?
I'm not sure what is "the test-suite".
However I've tested this on specs and some other benchmarks. The are no significant performance changes (only noise). Some structure loads were optimized but not in hot loops.
Repository:
rL LLVM
https://reviews.llvm.org/D26367
More information about the llvm-commits
mailing list