[all-commits] [llvm/llvm-project] 237224: [fir] Remove obsolete fir.negf and fir.modf ops
Eric Schweitz via All-commits
all-commits at lists.llvm.org
Fri Oct 1 07:11:51 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 2372249d8689928a8d4a59baed3671613743653a
https://github.com/llvm/llvm-project/commit/2372249d8689928a8d4a59baed3671613743653a
Author: Eric Schweitz <eschweitz at nvidia.com>
Date: 2021-10-01 (Fri, 01 Oct 2021)
Changed paths:
M flang/include/flang/Optimizer/Dialect/FIROps.td
M flang/lib/Lower/IntrinsicCall.cpp
M flang/test/Fir/fir-ops.fir
Log Message:
-----------
[fir] Remove obsolete fir.negf and fir.modf ops
fir.negf op is replaced by mlir.negf and
fir.modf is just deleted.
Reviewed By: kiranchandramohan
Differential Revision: https://reviews.llvm.org/D110932
Co-authored-by: Jean Perier <jperier at nvidia.com>
Co-authored-by: Valentin Clement <clementval at gmail.com>
More information about the All-commits
mailing list