This is an archive of the discontinued LLVM Phabricator instance.

[flang] Lower basic binary operation for scalars
ClosedPublic

Authored by clementval on Feb 17 2022, 8:02 AM.

Details

Summary

Lower simple binary operation (+, -, *, /) for scalars.

This patch is part of the upstreaming effort from fir-dev branch.

Depends on D120058

Co-authored-by: Jean Perier <jperier@nvidia.com>
Co-authored-by: Eric Schweitz <eschweitz@nvidia.com>

Diff Detail

Event Timeline

clementval created this revision.Feb 17 2022, 8:02 AM
Herald added a project: Restricted Project. · View Herald TranscriptFeb 17 2022, 8:02 AM
Herald added a subscriber: mehdi_amini. · View Herald Transcript
clementval requested review of this revision.Feb 17 2022, 8:02 AM
Herald added a project: Restricted Project. · View Herald TranscriptFeb 17 2022, 8:02 AM
PeteSteinfeld requested changes to this revision.Feb 17 2022, 2:34 PM

@clementval, there's something odd about this patch. I can't download it using "arc patch". Also, when I look at the raw content of the new version of ConvertExpr.cpp, I see changes that are not listed in the diff view on Phabricator.

This revision now requires changes to proceed.Feb 17 2022, 2:34 PM

@clementval, there's something odd about this patch. I can't download it using "arc patch". Also, when I look at the raw content of the new version of ConvertExpr.cpp, I see changes that are not listed in the diff view on Phabricator.

I guess there was a glitch because this patch was dependent on the one I landed yesterday. I did a rebase and it should be fine now.

PeteSteinfeld accepted this revision.Feb 18 2022, 6:32 AM

All builds and tests correctly and looks good.

This revision is now accepted and ready to land.Feb 18 2022, 6:32 AM
This revision was automatically updated to reflect the committed changes.