[PATCH] D48930: [InstCombine] Apply foldICmpUsingKnownBits to early bailout case

Sanjay Patel via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Jul 4 11:19:49 PDT 2018


spatel added a comment.

Here's a partial fix that I think should be universally good (ie, can't cause regressions for any other analysis/pass and has no obvious compile-time impact):
https://reviews.llvm.org/rL336293


https://reviews.llvm.org/D48930





More information about the llvm-commits mailing list