[all-commits] [llvm/llvm-project] f31385: [AMDGPU] Generic lowering for rint and nearbyint (...

Acim-Maravic via All-commits all-commits at lists.llvm.org
Tue Nov 14 09:49:35 PST 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: f3138524db0f6c29cfdd47716450eb8c1956a04f
      https://github.com/llvm/llvm-project/commit/f3138524db0f6c29cfdd47716450eb8c1956a04f
  Author: Acim-Maravic <119684637+Acim-Maravic at users.noreply.github.com>
  Date:   2023-11-14 (Tue, 14 Nov 2023)

  Changed paths:
    M llvm/include/llvm/CodeGen/GlobalISel/MachineIRBuilder.h
    M llvm/lib/CodeGen/GlobalISel/LegalizerHelper.cpp
    M llvm/lib/CodeGen/SelectionDAG/DAGCombiner.cpp
    M llvm/lib/CodeGen/TargetLoweringBase.cpp
    M llvm/lib/Target/AMDGPU/AMDGPUISelDAGToDAG.cpp
    M llvm/lib/Target/AMDGPU/AMDGPUISelLowering.cpp
    M llvm/lib/Target/AMDGPU/AMDGPULegalizerInfo.cpp
    M llvm/lib/Target/AMDGPU/AMDGPULegalizerInfo.h
    M llvm/lib/Target/AMDGPU/AMDGPURegisterBankInfo.cpp
    M llvm/lib/Target/AMDGPU/R600ISelLowering.cpp
    M llvm/lib/Target/AMDGPU/R600Instructions.td
    M llvm/lib/Target/AMDGPU/SIISelLowering.cpp
    M llvm/lib/Target/AMDGPU/SOPInstructions.td
    M llvm/lib/Target/AMDGPU/VOP1Instructions.td
    M llvm/lib/Target/X86/X86ISelLowering.cpp
    M llvm/test/Analysis/CostModel/AMDGPU/fround.ll
    R llvm/test/CodeGen/AMDGPU/GlobalISel/inst-select-frint.mir
    R llvm/test/CodeGen/AMDGPU/GlobalISel/inst-select-frint.s16.mir
    M llvm/test/CodeGen/AMDGPU/GlobalISel/inst-select-scalar-float-sop1.mir
    M llvm/test/CodeGen/AMDGPU/GlobalISel/legalize-fexp.mir
    R llvm/test/CodeGen/AMDGPU/GlobalISel/legalize-frint.mir
    R llvm/test/CodeGen/AMDGPU/GlobalISel/regbankselect-frint.mir

  Log Message:
  -----------
  [AMDGPU] Generic lowering for rint and nearbyint (#69596)

The are three different rounding intrinsics, that are brought down to
same instruction.

Co-authored-by: Acim Maravic <acim.maravic at amd.com>




More information about the All-commits mailing list