[llvm] [InstCombine, AArch64] Avoid vector Ext in case by-element operation variant apply for all elements (PR #140733)

David Green via llvm-commits llvm-commits at lists.llvm.org
Tue May 27 08:49:35 PDT 2025


davemgreen wrote:

>From what I remember this was intended to promote more generation of smull/umull instructions. It is probably worth making sure that keeps happening, especially for v2i64 types where the mul would otherwise be scalarized.

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


More information about the llvm-commits mailing list