[llvm] [VectorCombine] Add support for zext/sext/trunc to shuffleToIdentity (PR #92696)

Ramkumar Ramachandra via llvm-commits llvm-commits at lists.llvm.org
Mon May 20 02:44:01 PDT 2024


artagnon wrote:

> I did a partial review of the existing code, and my suggestions are along the lines of the following diff. I think it would be nice if you could improve the existing code as an NFC patch before landing this patch.

I additionally think the long lambdas make it hard to reason about the code. Might be good to split them out into static functions.

https://github.com/llvm/llvm-project/pull/92696


More information about the llvm-commits mailing list