This is an archive of the discontinued LLVM Phabricator instance.

[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
conuterparts.

This part of upstreaming effort, upstreams some parts of:
PR:https://github.com/flang-compiler/f18-llvm-project/pull/681

Diff Detail

Event Timeline

SouraVX created this revision.Mar 16 2021, 9:15 AM
SouraVX requested review of this revision.Mar 16 2021, 9:15 AM
Herald added a project: Restricted Project. · View Herald TranscriptMar 16 2021, 9:15 AM
SouraVX added a project: Restricted Project.Mar 16 2021, 9:16 AM
schweitz accepted this revision.Mar 16 2021, 11:15 AM
This revision is now accepted and ready to land.Mar 16 2021, 11:15 AM