[PATCH] D110327: [fir] Remove fir.cmpf replaced by mlir.cmpf

Valentin Clement via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Sep 23 06:08:03 PDT 2021


clementval created this revision.
clementval added reviewers: jeanPerier, svedanayagam, sscalpone, kiranchandramohan, jdoerfert, schweitz.
Herald added subscribers: Chia-hungDuan, mehdi_amini, rriddle.
clementval requested review of this revision.
Herald added subscribers: llvm-commits, stephenneuendorffer.
Herald added a project: LLVM.

fir.cmpf op is not necessary anymore as it is replaced by mlir.cmpf.
This patch is part of the upstreaming effort from fir-dev branch.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D110327

Files:
  flang/include/flang/Optimizer/Dialect/FIROps.h
  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: D110327.374525.patch
Type: text/x-patch
Size: 11108 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210923/7c558119/attachment.bin>


More information about the llvm-commits mailing list