[PATCH] D120561: [flang] Lower real comparison operations

Valentin Clement via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Feb 25 05:41:33 PST 2022


clementval created this revision.
clementval added reviewers: jeanPerier, PeteSteinfeld, schweitz, svedanayagam, klausler.
Herald added a subscriber: mehdi_amini.
Herald added a project: Flang.
clementval requested review of this revision.
Herald added subscribers: llvm-commits, jdoerfert.
Herald added a project: LLVM.

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.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D120561

Files:
  flang/lib/Lower/ConvertExpr.cpp
  flang/test/Lower/real-operations-1.f90
  flang/test/Lower/real-operations-2.f90

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D120561.411393.patch
Type: text/x-patch
Size: 10109 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20220225/1b98fb99/attachment.bin>


More information about the llvm-commits mailing list