[all-commits] [llvm/llvm-project] 4d387c: [X86] Add custom operation actions for f16: FABS, ...
Prashanth via All-commits
all-commits at lists.llvm.org
Thu Feb 27 01:29:12 PST 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 4d387c4455b78e3334f12f25adf222e67f0be050
https://github.com/llvm/llvm-project/commit/4d387c4455b78e3334f12f25adf222e67f0be050
Author: Prashanth <TheStarOne01 at proton.me>
Date: 2025-02-27 (Thu, 27 Feb 2025)
Changed paths:
M llvm/lib/Target/X86/X86ISelLowering.cpp
M llvm/test/CodeGen/X86/fp16-libcalls.ll
M llvm/test/CodeGen/X86/half.ll
Log Message:
-----------
[X86] Add custom operation actions for f16: FABS, FNEG, and FCOPYSIGN (#128877)
This pull request adds custom handling for several floating-point
operations for the `f16` type with respect to
(https://github.com/llvm/llvm-project/issues/126892)..
Fixes #126892
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