[all-commits] [llvm/llvm-project] 3800a8: AMDGPU: Reduce cost of f64 copysign (#141944)

Matt Arsenault via All-commits all-commits at lists.llvm.org
Tue Jun 17 16:11:14 PDT 2025


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 3800a83160a42f32947b82700e454cc07c600734
      https://github.com/llvm/llvm-project/commit/3800a83160a42f32947b82700e454cc07c600734
  Author: Matt Arsenault <Matthew.Arsenault at amd.com>
  Date:   2025-06-18 (Wed, 18 Jun 2025)

  Changed paths:
    M llvm/lib/Target/AMDGPU/AMDGPUTargetTransformInfo.cpp
    M llvm/test/Analysis/CostModel/AMDGPU/copysign.ll

  Log Message:
  -----------
  AMDGPU: Reduce cost of f64 copysign (#141944)

The real implementation is 1 real instruction plus a constant
materialize. Call that a 1, it's not a real f64 operation.



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