[llvm] [IR] Add `llvm.modf` intrinsic (PR #121948)
Paul Walker via llvm-commits
llvm-commits at lists.llvm.org
Thu Feb 6 07:01:30 PST 2025
================
@@ -1058,6 +1058,10 @@ enum NodeType {
/// FSINCOS - Compute both fsin and fcos as a single operation.
FSINCOS,
+ /// FMODF - Decomposes the operand into integral and fractional parts, each
+ /// having the same type and sign as the arg.
----------------
paulwalker-arm wrote:
s/the arg/the operand/
https://github.com/llvm/llvm-project/pull/121948
More information about the llvm-commits
mailing list