[PATCH] D37762: [InstCombine] Remove single use restriction from InstCombine's explicit sinking code.

Craig Topper via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Sep 13 14:46:06 PDT 2017


craig.topper added a comment.

Ok so maybe I'm chasing a deficiency in machine sinking? Here's a related example https://godbolt.org/g/YnEvgg   Most of the code should have been able to sink below the 'je' at line 11.


https://reviews.llvm.org/D37762





More information about the llvm-commits mailing list