[PATCH] D69477: [InstCombine] keep assumption before sinking calls
Dávid Bolvanský via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Oct 30 16:26:40 PDT 2019
xbolva00 added a comment.
I benchmarked spec2006int with -instcombine-code-sinking=false and I observed major regressions. So just disable code sinking is bad decision. What we can try:
- disable call sinking
- disable call sinking only if a callsite has any interesting attribute.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D69477/new/
https://reviews.llvm.org/D69477
More information about the llvm-commits
mailing list