[PATCH] D36404: TTI interface for creating jump-threaded branches into loop headers
Krzysztof Parzyszek via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Aug 8 08:32:48 PDT 2017
kparzysz added a comment.
On our internal benchmarks it's mostly neutral, but the benchmark that motivated it improved by 5.3%. We have some extra code, though, that is supposed to deal with similar cases, so some of the impact may be reduced. By default it keeps the behavior unchanged, so for all other architectures it should have no effect.
Repository:
rL LLVM
https://reviews.llvm.org/D36404
More information about the llvm-commits
mailing list