[all-commits] [llvm/llvm-project] 98813e: [flang] Lower real comparison operations
Valentin Clement (バレンタイン クレメン) via All-commits
all-commits at lists.llvm.org
Fri Feb 25 12:03:54 PST 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 98813e365c23c297ef64e4d9cb59cd86eb81ce3c
https://github.com/llvm/llvm-project/commit/98813e365c23c297ef64e4d9cb59cd86eb81ce3c
Author: Valentin Clement <clementval at gmail.com>
Date: 2022-02-25 (Fri, 25 Feb 2022)
Changed paths:
M flang/lib/Lower/ConvertExpr.cpp
A flang/test/Lower/real-operations-1.f90
A flang/test/Lower/real-operations-2.f90
Log Message:
-----------
[flang] Lower real comparison operations
This patch handles the lowering of real
comparison operations. The real comparison operations
are lowered to `arith.cmpf` operation.
This patch is part of the upstreaming effort from fir-dev branch.
Reviewed By: PeteSteinfeld, schweitz
Differential Revision: https://reviews.llvm.org/D120561
Co-authored-by: Eric Schweitz <eschweitz at nvidia.com>
Co-authored-by: Jean Perier <jperier at nvidia.com>
More information about the All-commits
mailing list