[llvm] [AArch64] Use `ZIP1/2` over `INS` for vector concat (PR #142427)

Eli Friedman via llvm-commits llvm-commits at lists.llvm.org
Mon Jun 2 14:05:16 PDT 2025


efriedma-quic wrote:

INS is actually faster than a Q register ZIP on some cores.  For example, Cortex-A55.  Not sure how much we care about this.

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


More information about the llvm-commits mailing list