[PATCH] D52439: [InstCombine] try to convert vector insert+extract to trunc

Sanjay Patel via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Sep 26 11:03:16 PDT 2018


spatel added a comment.

In https://reviews.llvm.org/D52439#1246442, @RKSimon wrote:

> Worth testing with more exotic types? <2 x i24> to <6 x i8> ?


Sure - but we can get even crazier than that. :)
Will update shortly...


https://reviews.llvm.org/D52439





More information about the llvm-commits mailing list