[all-commits] [llvm/llvm-project] 8ca16e: [flang] Replace Arithmetic Ops with their builtin ...
Sourabh Singh Tomar via All-commits
all-commits at lists.llvm.org
Tue Mar 16 20:28:44 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 8ca16e9778628ea5d587d600e956660e92a3baf7
https://github.com/llvm/llvm-project/commit/8ca16e9778628ea5d587d600e956660e92a3baf7
Author: Sourabh Singh Tomar <SourabhSingh.Tomar at amd.com>
Date: 2021-03-17 (Wed, 17 Mar 2021)
Changed paths:
M flang/include/flang/Optimizer/Dialect/FIROps.td
M flang/lib/Lower/IntrinsicCall.cpp
M flang/lib/Optimizer/Dialect/FIROps.cpp
M flang/test/Fir/fir-ops.fir
Log Message:
-----------
[flang] Replace Arithmetic Ops with their builtin conunterpart
Replaces `fir.add, fir.sub, fir.mul, fir.div` with their builtin
conuterparts.
This part of upstreaming effort, upstreams some parts of:
PR:https://github.com/flang-compiler/f18-llvm-project/pull/681
Reviewed By: schweitz
Differential Revision: https://reviews.llvm.org/D98719
More information about the All-commits
mailing list