[PATCH] D53098: [InstCombine] Avoid instruction sinking if not profitable for other passes

Dávid Bolvanský via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Oct 11 11:55:38 PDT 2018


xbolva00 added a comment.

@efriedma, Is this acceptable or not? In the future, the instruction sinking would be moved out of instcombine, but the call inst sinking problem needs to be solved anyway. I don't think we should disable call inst sinking totally.


https://reviews.llvm.org/D53098





More information about the llvm-commits mailing list