[all-commits] [llvm/llvm-project] 294631: [AArch64] Optimize extending loads of small vectors

Guy David via All-commits all-commits at lists.llvm.org
Sun Oct 12 05:41:08 PDT 2025


  Branch: refs/heads/users/guy-david/aarch64-ext-load-small-vector
  Home:   https://github.com/llvm/llvm-project
  Commit: 2946317032aaa4d3038bbcc744e07ae60352fb29
      https://github.com/llvm/llvm-project/commit/2946317032aaa4d3038bbcc744e07ae60352fb29
  Author: Guy David <guyda96 at gmail.com>
  Date:   2025-10-12 (Sun, 12 Oct 2025)

  Changed paths:
    M llvm/lib/Target/AArch64/AArch64ISelLowering.cpp
    M llvm/test/CodeGen/AArch64/aarch64-load-ext.ll
    M llvm/test/CodeGen/AArch64/aarch64-smull.ll
    M llvm/test/CodeGen/AArch64/arm64ec-exit-thunks.ll
    M llvm/test/CodeGen/AArch64/extbinopload.ll
    M llvm/test/CodeGen/AArch64/load.ll

  Log Message:
  -----------
  [AArch64] Optimize extending loads of small vectors

Reduces the total amount of loads and the amount of moves between SIMD
registers and general-purpose registers.



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