[all-commits] [llvm/llvm-project] 52ea76: AMDGPU: Form v_med_f32 from minimumnum/maximumnum ...

Matt Arsenault via All-commits all-commits at lists.llvm.org
Thu May 22 05:00:56 PDT 2025


  Branch: refs/heads/users/arsenm/amdgpu/form-fmed3-from-immediate-pattern-minimumnum-maximumnum
  Home:   https://github.com/llvm/llvm-project
  Commit: 52ea7611608955a67154035fb8b1c2c63e6de1dc
      https://github.com/llvm/llvm-project/commit/52ea7611608955a67154035fb8b1c2c63e6de1dc
  Author: Matt Arsenault <Matthew.Arsenault at amd.com>
  Date:   2025-05-22 (Thu, 22 May 2025)

  Changed paths:
    M llvm/lib/Target/AMDGPU/SIISelLowering.cpp
    M llvm/test/CodeGen/AMDGPU/clamp.ll

  Log Message:
  -----------
  AMDGPU: Form v_med_f32 from minimumnum/maximumnum immediate pattern

This makes little difference in the final output, as we manage to form this
after these are lowered to the _ieee operations. This does result in fewer steps
in the DAG, and helps prepare for changing the handling of minnum/maxnum.



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