[all-commits] [llvm/llvm-project] c7876c: AMDGPU: Replace fabs and copysign libcalls with in...

Matt Arsenault via All-commits all-commits at lists.llvm.org
Mon Aug 14 15:28:35 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: c7876c55acc14983a50bf2865ed87e7bb4bd4209
      https://github.com/llvm/llvm-project/commit/c7876c55acc14983a50bf2865ed87e7bb4bd4209
  Author: Matt Arsenault <Matthew.Arsenault at amd.com>
  Date:   2023-08-14 (Mon, 14 Aug 2023)

  Changed paths:
    M llvm/lib/Target/AMDGPU/AMDGPULibCalls.cpp
    M llvm/test/CodeGen/AMDGPU/amdgpu-simplify-libcall-copysign.ll
    M llvm/test/CodeGen/AMDGPU/amdgpu-simplify-libcall-fabs.ll

  Log Message:
  -----------
  AMDGPU: Replace fabs and copysign libcalls with intrinsics

Preserves flags and metadata like the other cases.




More information about the All-commits mailing list