[all-commits] [llvm/llvm-project] 12c879: [flang] Lower unary operation to HLFIR
jeanPerier via All-commits
all-commits at lists.llvm.org
Fri Dec 2 05:23:16 PST 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 12c8797fc4ed5a4068034c50af734f06d00c90ab
https://github.com/llvm/llvm-project/commit/12c8797fc4ed5a4068034c50af734f06d00c90ab
Author: Jean Perier <jperier at nvidia.com>
Date: 2022-12-02 (Fri, 02 Dec 2022)
Changed paths:
M flang/lib/Lower/ConvertExprToHLFIR.cpp
A flang/test/Lower/HLFIR/unary-ops.f90
Log Message:
-----------
[flang] Lower unary operation to HLFIR
Lower not, negate, and complex component to HLFIR.
Parentheses is the only remaining operation, but needs some
care/thinking to properly deal with character/derived variables.
Differential Revision: https://reviews.llvm.org/D139186
More information about the All-commits
mailing list