[PATCH] D38536: Improve lookThroughCast function.

Sanjay Patel via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Oct 11 09:41:03 PDT 2017


spatel added a reviewer: efriedma.
spatel added a comment.

This reminds me that I haven't revisited https://reviews.llvm.org/D26556...in ~6 months.

If we implement what Eli suggested there (matching the size of a select to a cmp of its condition operand), then we won't need to do this?


https://reviews.llvm.org/D38536





More information about the llvm-commits mailing list