[llvm-branch-commits] [flang] [flang] Implement tanpi (PR #149527)

2025-07-18 Thread Connector Switch via llvm-branch-commits
https://github.com/c8ef created https://github.com/llvm/llvm-project/pull/149527 None >From b1c844ef619540c36898b2194f7599f056c80805 Mon Sep 17 00:00:00 2001 From: c8ef Date: Fri, 18 Jul 2025 15:04:52 + Subject: [PATCH] [flang] Implement tanpi --- .../flang/Optimizer/Builder/IntrinsicCall

[llvm-branch-commits] [flang] [flang] Implement `tanpi` (PR #149527)

2025-07-18 Thread Connector Switch via llvm-branch-commits
https://github.com/c8ef ready_for_review https://github.com/llvm/llvm-project/pull/149527 ___ llvm-branch-commits mailing list llvm-branch-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits

[llvm-branch-commits] [flang] [flang] Implement `tanpi` (PR #149527)

2025-07-18 Thread Connector Switch via llvm-branch-commits
https://github.com/c8ef edited https://github.com/llvm/llvm-project/pull/149527 ___ llvm-branch-commits mailing list llvm-branch-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits

[llvm-branch-commits] [flang] [flang] Implement `tanpi` (PR #149527)

2025-07-18 Thread Connector Switch via llvm-branch-commits
c8ef wrote: > [!WARNING] > This pull request is not mergeable via GitHub because a downstack PR is > open. Once all requirements are satisfied, merge this PR as a stack href="https://app.graphite.dev/github/pr/llvm/llvm-project/149527?utm_source=stack-comment-downstack-mergeability-warning"; >

[llvm-branch-commits] [flang] [flang] Implement `tanpi` (PR #149527)

2025-07-22 Thread Connector Switch via llvm-branch-commits
@@ -8157,6 +8158,21 @@ mlir::Value IntrinsicLibrary::genTand(mlir::Type resultType, return getRuntimeCallGenerator("tan", ftype)(builder, loc, {arg}); } +// TANPI +mlir::Value IntrinsicLibrary::genTanpi(mlir::Type resultType, + llvm::Ar