[PATCH] D48584: [InstCombine] Delay foldICmpUsingKnownBits until simple transforms are done

Roman Lebedev via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Jun 26 00:02:11 PDT 2018


lebedev.ri added a comment.

This only moves the `foldICmpUsingKnownBits()` call later on,
but in PR37636 <https://bugs.llvm.org/show_bug.cgi?id=37636#c4> @spatel suggests it *might* expose more problems.
Does this expose any problems?


https://reviews.llvm.org/D48584





More information about the llvm-commits mailing list