[PATCH] D111796: [fir] Add IfBuilder and utility functions

Valentin Clement via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Oct 14 05:20:15 PDT 2021


clementval created this revision.
clementval added reviewers: jeanPerier, svedanayagam, sscalpone, kiranchandramohan, jdoerfert, schweitz, pmccormick, rovka, AlexisPerry.
Herald added subscribers: mehdi_amini, mgorny.
Herald added a project: Flang.
clementval requested review of this revision.
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.

In order to reduct the size of D111337 <https://reviews.llvm.org/D111337>. The IfBuilder and the two
utility functions genIsNotNull and genIsNull have been extracted in
a separate patch with dedicated unittests.

This patch is part of the upstreaming effort from fir-dev branch.

Co-authored-by: Jean Perier <jperier at nvidia.com>
Co-authored-by: Eric Schweitz <eschweitz at nvidia.com>


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D111796

Files:
  flang/include/flang/Optimizer/Builder/FIRBuilder.h
  flang/lib/Optimizer/Builder/FIRBuilder.cpp
  flang/unittests/Optimizer/Builder/FIRBuilderTest.cpp
  flang/unittests/Optimizer/CMakeLists.txt

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D111796.379674.patch
Type: text/x-patch
Size: 9244 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20211014/bf43a62b/attachment.bin>


More information about the llvm-commits mailing list