[all-commits] [llvm/llvm-project] 8fa8f1: [AArch64] Spare N2I roundtrip when splatting float...

Guy David via All-commits all-commits at lists.llvm.org
Fri Jun 6 05:45:35 PDT 2025


  Branch: refs/heads/users/guy-david/aarch64-dup-lane-simd
  Home:   https://github.com/llvm/llvm-project
  Commit: 8fa8f130e68a6c3bfdc7890e86a4c62653321884
      https://github.com/llvm/llvm-project/commit/8fa8f130e68a6c3bfdc7890e86a4c62653321884
  Author: Guy David <guyda96 at gmail.com>
  Date:   2025-06-06 (Fri, 06 Jun 2025)

  Changed paths:
    M llvm/lib/Target/AArch64/AArch64ISelLowering.cpp
    M llvm/lib/Target/AArch64/AArch64ISelLowering.h
    M llvm/test/CodeGen/AArch64/arm64-neon-v1i1-setcc.ll
    A llvm/test/CodeGen/AArch64/build-vector-dup-simd.ll

  Log Message:
  -----------
  [AArch64] Spare N2I roundtrip when splatting float comparison

Transform `select_cc t1, t2, -1, 0` for floats into a vector comparison which
generates a mask, which is later on combined with potential vectorized DUPs.



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