This is an archive of the discontinued LLVM Phabricator instance.

[fir] Remove obsolete fir.negf and fir.modf ops
ClosedPublic

Authored by clementval on Oct 1 2021, 6:29 AM.

Details

Summary

fir.negf op is replaced by mlir.negf and
fir.modf is just deleted.

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

Diff Detail

Event Timeline

clementval created this revision.Oct 1 2021, 6:29 AM
Herald added a project: Restricted Project. · View Herald TranscriptOct 1 2021, 6:29 AM
clementval requested review of this revision.Oct 1 2021, 6:29 AM
This revision is now accepted and ready to land.Oct 1 2021, 6:47 AM
This revision was automatically updated to reflect the committed changes.

Patch LGTM, just pointing out that this work actually came from Kiran in https://github.com/flang-compiler/f18-llvm-project/pull/885 (My name tend to show up more than it should in fir-dev because of rebases). Thanks for the work there Kiran !

Patch LGTM, just pointing out that this work actually came from Kiran in https://github.com/flang-compiler/f18-llvm-project/pull/885 (My name tend to show up more than it should in fir-dev because of rebases). Thanks for the work there Kiran !

Yeah sorry Kiran! It is hard to attribute authorship of those upstreaming patches sometimes.