[all-commits] [llvm/llvm-project] 326638: [Flang] Generate math.erfc op for non-precise erfc...

Jan Leyonberg via All-commits all-commits at lists.llvm.org
Thu Feb 27 08:58:18 PST 2025


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 326638bac19fb388a0c58324ab0072a23b77fded
      https://github.com/llvm/llvm-project/commit/326638bac19fb388a0c58324ab0072a23b77fded
  Author: Jan Leyonberg <jan_sjodin at yahoo.com>
  Date:   2025-02-27 (Thu, 27 Feb 2025)

  Changed paths:
    M flang/lib/Optimizer/Builder/IntrinsicCall.cpp
    M flang/test/Lower/Intrinsics/erfc.f90

  Log Message:
  -----------
  [Flang] Generate math.erfc op for non-precise erfc interinsic calls (#128897)

This patch changes the codegen for non-precise erfc calls to generate
math.erfc ops. This wasn't done before because the math dialect did not
have a erfc operation at the time.



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