Replaces fir.add, fir.sub, fir.mul, fir.div with their builtin
conuterparts.
This part of upstreaming effort, upstreams some parts of:
PR:https://github.com/flang-compiler/f18-llvm-project/pull/681
Paths
| Differential D98719
[flang] Replace Arithmetic Ops with their builtin conunterpart ClosedPublic Authored by SouraVX on Mar 16 2021, 9:15 AM.
Details Summary Replaces fir.add, fir.sub, fir.mul, fir.div with their builtin This part of upstreaming effort, upstreams some parts of:
Diff Detail
Event TimelineThis revision is now accepted and ready to land.Mar 16 2021, 11:15 AM Closed by commit rG8ca16e977862: [flang] Replace Arithmetic Ops with their builtin conunterpart (authored by SouraVX). · Explain WhyMar 16 2021, 8:28 PM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 331152 flang/include/flang/Optimizer/Dialect/FIROps.td
flang/lib/Lower/IntrinsicCall.cpp
flang/lib/Optimizer/Dialect/FIROps.cpp
flang/test/Fir/fir-ops.fir
|