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
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
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
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";
>
@@ -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
https://github.com/c8ef created https://github.com/llvm/llvm-project/pull/150238
None
>From 5f1e70f3486f5e66ff3db5bf3a56095632118d1d Mon Sep 17 00:00:00 2001
From: c8ef
Date: Wed, 23 Jul 2025 15:20:37 +
Subject: [PATCH] [flang] Implement `asinpi`
---
.../flang/Optimizer/Builder/IntrinsicC
https://github.com/c8ef ready_for_review
https://github.com/llvm/llvm-project/pull/150238
___
llvm-branch-commits mailing list
llvm-branch-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/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/150238?utm_source=stack-comment-downstack-mergeability-warning";
>
c8ef wrote:
### Merge activity
* **Jul 23, 3:52 PM UTC**: A user started a stack merge that includes this pull
request via
[Graphite](https://app.graphite.dev/github/pr/llvm/llvm-project/150238).
https://github.com/llvm/llvm-project/pull/150238
___