[all-commits] [llvm/llvm-project] 9cd054: [AArch64] Add lowering for misc NEON intrinsics (#...

Lukacma via All-commits all-commits at lists.llvm.org
Wed Mar 4 08:55:35 PST 2026


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 9cd054b0bb3e25ae8eaaa5bdc9d73234cc9b906a
      https://github.com/llvm/llvm-project/commit/9cd054b0bb3e25ae8eaaa5bdc9d73234cc9b906a
  Author: Lukacma <Marian.Lukac at arm.com>
  Date:   2026-03-04 (Wed, 04 Mar 2026)

  Changed paths:
    M llvm/lib/Target/AArch64/AArch64ISelLowering.cpp
    M llvm/lib/Target/AArch64/AArch64InstrFormats.td
    M llvm/lib/Target/AArch64/AArch64InstrInfo.td
    M llvm/test/CodeGen/AArch64/arm64-int-neon.ll
    M llvm/test/CodeGen/AArch64/arm64-neon-copy.ll
    M llvm/test/CodeGen/AArch64/arm64-vqadd.ll

  Log Message:
  -----------
  [AArch64] Add lowering for misc NEON intrinsics (#183050)

This patch adds custom lowering for the following NEON intrinsics to
enable better codegen for convert and load/store operations:

- suqadd
- usqadd
- abs
- sqabs
- sqneg



To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications


More information about the All-commits mailing list