[all-commits] [llvm/llvm-project] 4290e3: [flang][AMDGPU] Convert math ops to AMD GPU librar...

Jan Leyonberg via All-commits all-commits at lists.llvm.org
Tue Sep 10 06:49:17 PDT 2024


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 4290e34ebdddaa62210745c84ac3e6703cadfa34
      https://github.com/llvm/llvm-project/commit/4290e34ebdddaa62210745c84ac3e6703cadfa34
  Author: Jan Leyonberg <jan_sjodin at yahoo.com>
  Date:   2024-09-10 (Tue, 10 Sep 2024)

  Changed paths:
    M flang/lib/Optimizer/CodeGen/CMakeLists.txt
    M flang/lib/Optimizer/CodeGen/CodeGen.cpp
    A flang/test/Lower/OpenMP/math-amdgpu.f90

  Log Message:
  -----------
  [flang][AMDGPU] Convert math ops to AMD GPU library calls instead of libm calls (#99517)

This patch invokes a pass when compiling for an AMDGPU target to lower
math operations to AMD GPU library calls library calls instead of libm
calls.



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