[all-commits] [llvm/llvm-project] 9aa805: [AArch64] Optimize DUP of extending loads to avoid...

Guy David via All-commits all-commits at lists.llvm.org
Mon Oct 20 06:02:11 PDT 2025


  Branch: refs/heads/users/guy-david/aarch64-dup-zextload
  Home:   https://github.com/llvm/llvm-project
  Commit: 9aa805d473760c0129873f210eaf0ceb3b7a69bb
      https://github.com/llvm/llvm-project/commit/9aa805d473760c0129873f210eaf0ceb3b7a69bb
  Author: Guy David <guyda96 at gmail.com>
  Date:   2025-10-20 (Mon, 20 Oct 2025)

  Changed paths:
    M llvm/lib/Target/AArch64/AArch64ISelLowering.cpp
    M llvm/lib/Target/AArch64/AArch64InstrInfo.td
    M llvm/test/CodeGen/AArch64/aarch64-smull.ll
    A llvm/test/CodeGen/AArch64/dup-ext-load-combine.ll
    M llvm/test/CodeGen/AArch64/dup.ll

  Log Message:
  -----------
  [AArch64] Optimize DUP of extending loads to avoid GPR->FPR transfer

Loads the data into the SIMD register, thus sparing a physical register
and a potentially costly movement of data.



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