[PATCH] D98719: [flang] Replace Arithmetic Ops with their builtin conunterpart

Sourabh Singh Tomar via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Mar 16 09:15:50 PDT 2021


SouraVX created this revision.
SouraVX added reviewers: schweitz, jeanPerier, clementval, kiranktp, kiranchandramohan.
Herald added a subscriber: mehdi_amini.
SouraVX requested review of this revision.
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.

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


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D98719

Files:
  flang/include/flang/Optimizer/Dialect/FIROps.td
  flang/lib/Lower/IntrinsicCall.cpp
  flang/lib/Optimizer/Dialect/FIROps.cpp
  flang/test/Fir/fir-ops.fir

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D98719.331012.patch
Type: text/x-patch
Size: 10960 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210316/b959afb7/attachment.bin>


More information about the llvm-commits mailing list