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>
Paths
| Differential D110932
[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 Co-authored-by: Jean Perier <jperier@nvidia.com>
Diff Detail
Event TimelineThis revision is now accepted and ready to land.Oct 1 2021, 6:47 AM Closed by commit rG2372249d8689: [fir] Remove obsolete fir.negf and fir.modf ops (authored by schweitz, committed by clementval). · Explain WhyOct 1 2021, 7:11 AM This revision was automatically updated to reflect the committed changes. Comment Actions 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 ! Comment Actions
Yeah sorry Kiran! It is hard to attribute authorship of those upstreaming patches sometimes.
Revision Contents
Diff 376512 flang/include/flang/Optimizer/Dialect/FIROps.td
flang/lib/Lower/IntrinsicCall.cpp
flang/test/Fir/fir-ops.fir
|