diff options
author | Balaji V. Iyer <bviyer@gmail.com> | 2023-04-07 21:47:20 +0000 |
---|---|---|
committer | Robert Suderman <suderman@google.com> | 2023-04-07 22:14:56 +0000 |
commit | a7c2102d988b2ae2214f1483d2b4066955b4dc98 (patch) | |
tree | 4d163e2f873aa10cb8fee1a5df697d71bc0f93b5 /llvm/docs/CommandGuide/llvm-remarkutil.rst | |
parent | df9af1fe7c9ce7ce6bc3e55c504d25c59ad83a87 (diff) | |
download | llvm-a7c2102d988b2ae2214f1483d2b4066955b4dc98.zip llvm-a7c2102d988b2ae2214f1483d2b4066955b4dc98.tar.gz llvm-a7c2102d988b2ae2214f1483d2b4066955b4dc98.tar.bz2 |
[mlir][math]Expand Fused math.fmaf to a multiply-add
Fused multiply and add are being pushed directly to the libm. This is problematic
for situations where libm is not available. This patch will break down a fused multiply and
add into a multiply followed by an add.
Reviewed By: rsuderman
Differential Revision: https://reviews.llvm.org/D147811
Diffstat (limited to 'llvm/docs/CommandGuide/llvm-remarkutil.rst')
0 files changed, 0 insertions, 0 deletions