[PATCH] D75145: [PassManager] adjust VectorCombine placement
Bjorn Pettersson via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Mar 6 14:55:21 PST 2020
bjope added a comment.
The benchmark with a significant degradation I had noticed for out downstream target probably also suffered from missing BETC (messing up hwloop / software pipelining so quite a huge penalty).
I appliead the patch from https://reviews.llvm.org/D75757 and then things looked good again. So that patch at least solved my problem (thanks!).
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D75145/new/
https://reviews.llvm.org/D75145
More information about the llvm-commits
mailing list