This is an archive of the discontinued LLVM Phabricator instance.

[fir] Update fir.insert_on_range op
ClosedPublic

Authored by clementval on Sep 24 2021, 12:45 AM.

Details

Summary

Update the fir.insert_on_range operation. Add a better description,
builder and verifier.

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

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

Diff Detail

Event Timeline

clementval created this revision.Sep 24 2021, 12:45 AM
Herald added a project: Restricted Project. · View Herald TranscriptSep 24 2021, 12:45 AM
Herald added a subscriber: mehdi_amini. · View Herald Transcript
clementval requested review of this revision.Sep 24 2021, 12:45 AM
Herald added a project: Restricted Project. · View Herald TranscriptSep 24 2021, 12:45 AM
jeanPerier accepted this revision.Sep 27 2021, 12:30 AM

LGTM. Can you address the small clang-tidy warning ?

This revision is now accepted and ready to land.Sep 27 2021, 12:30 AM

Fix clang-tidy warnings

This revision was automatically updated to reflect the committed changes.