[llvm] [InstCombine] Move extends across identity shuffles. (PR #146901)

Florian Hahn via llvm-commits llvm-commits at lists.llvm.org
Wed Jul 9 11:46:08 PDT 2025


fhahn wrote:

> 
> Seems reasonable. We can always revisit if needed.

Yep, from my experiements on AArch64, this mostly helps with code written with vector intrinsics. We can iterate/evolve the logic as other motivating cases arise

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


More information about the llvm-commits mailing list