[all-commits] [llvm/llvm-project] 440e9b: [flang] Lower add, mul, div, and sub to HLFIR
jeanPerier via All-commits
all-commits at lists.llvm.org
Thu Dec 1 08:41:05 PST 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 440e9baa6238dc6a58b694dd99b4c649a1ae7bd9
https://github.com/llvm/llvm-project/commit/440e9baa6238dc6a58b694dd99b4c649a1ae7bd9
Author: Jean Perier <jperier at nvidia.com>
Date: 2022-12-01 (Thu, 01 Dec 2022)
Changed paths:
M flang/lib/Lower/ConvertExprToHLFIR.cpp
A flang/test/Lower/HLFIR/binary-ops.f90
Log Message:
-----------
[flang] Lower add, mul, div, and sub to HLFIR
Only lower operations when the operands are scalar for now.
Differential Revision: https://reviews.llvm.org/D139108
More information about the All-commits
mailing list