[all-commits] [llvm/llvm-project] d91735: [flang][NFC] Move genMaxWithZero into fir:::factory
jeanPerier via All-commits
all-commits at lists.llvm.org
Wed Jun 8 09:02:26 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: d91735b5fad84883444acea4e64d4cd606786fd9
https://github.com/llvm/llvm-project/commit/d91735b5fad84883444acea4e64d4cd606786fd9
Author: jeanPerier <jeanPerier at users.noreply.github.com>
Date: 2022-06-08 (Wed, 08 Jun 2022)
Changed paths:
M flang/include/flang/Lower/ConvertExpr.h
M flang/include/flang/Optimizer/Builder/FIRBuilder.h
M flang/lib/Lower/ConvertExpr.cpp
M flang/lib/Lower/ConvertVariable.cpp
M flang/lib/Optimizer/Builder/FIRBuilder.cpp
Log Message:
-----------
[flang][NFC] Move genMaxWithZero into fir:::factory
Move tthe function to allow its usage in the Optimizer/Builder functions.
This patch is part of the upstreaming effort from fir-dev branch.
Reviewed By: jeanPerier
Differential Revision: https://reviews.llvm.org/D127295
More information about the All-commits
mailing list