[all-commits] [llvm/llvm-project] 7827be: [flang][hlfir] `hlfir.char_extremum` lowering
Anthony Cabrera via All-commits
all-commits at lists.llvm.org
Mon Jun 26 14:11:47 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 7827beeebb5948c9edaedd679d9d2c9ff30df6ed
https://github.com/llvm/llvm-project/commit/7827beeebb5948c9edaedd679d9d2c9ff30df6ed
Author: cabreraam <cabreraam33 at gmail.com>
Date: 2023-06-26 (Mon, 26 Jun 2023)
Changed paths:
M flang/lib/Lower/ConvertCall.cpp
A flang/test/Lower/HLFIR/char_extremum.f03
Log Message:
-----------
[flang][hlfir] `hlfir.char_extremum` lowering
This patch implements the lowering for the `hlfir.char_extremum` operation.
Discussion for this patch can be found in the draft patch [here](https://reviews.llvm.org/D143326). The reason
for not promoting this draft to a true patch for review was because I needed to separate the op
definition/codegen and lowering into two separate patches, as preferred by @jeanPerier.
Depends on D152474
Reviewed By: jeanPerier
Differential Revision: https://reviews.llvm.org/D152475
More information about the All-commits
mailing list