LLVM/project c8dc571 — llvm/lib/Target/AArch64 AArch64InstrInfo.td, llvm/test/CodeGen/AArch64 extract-subvec-combine.ll andorxor.ll
[AArch64] Prefer zip over ushll for anyext. Many CPUs have a higher throughput of ZIP instructions vs USHLL. This adds some tablegen patterns for preferring zip in anyext patterns.