[PATCH] D47163: [InstCombine] don't change the size of a select if it would mismatch its condition operands' sizes

Omer Paparo Bivas via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon May 28 09:06:34 PDT 2018


opaparo accepted this revision.
opaparo added a comment.

In https://reviews.llvm.org/D47163#1108032, @spatel wrote:

> @opaparo can you review this patch? I'm wondering if this will help any of the motivating cases for https://reviews.llvm.org/D46380.


It's actually not very helpful for the motivating cases for https://reviews.llvm.org/D46380.
Regardless, the proposed functionality seems optimization-wise correct.


https://reviews.llvm.org/D47163





More information about the llvm-commits mailing list