[all-commits] [llvm/llvm-project] f17f69: [fir] Add IfBuilder and utility functions
Valentin Clement (バレンタイン クレメン) via All-commits
all-commits at lists.llvm.org
Sun Oct 17 11:56:05 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: f17f694a0fcf8eae7de4e051678e47f15d7855ff
https://github.com/llvm/llvm-project/commit/f17f694a0fcf8eae7de4e051678e47f15d7855ff
Author: Valentin Clement <clementval at gmail.com>
Date: 2021-10-17 (Sun, 17 Oct 2021)
Changed paths:
M flang/include/flang/Optimizer/Builder/FIRBuilder.h
M flang/lib/Optimizer/Builder/FIRBuilder.cpp
A flang/unittests/Optimizer/Builder/FIRBuilderTest.cpp
M flang/unittests/Optimizer/CMakeLists.txt
Log Message:
-----------
[fir] Add IfBuilder and utility functions
In order to reduct the size of 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.
Reviewed By: Leporacanthicus
Differential Revision: https://reviews.llvm.org/D111796
Co-authored-by: Jean Perier <jperier at nvidia.com>
Co-authored-by: Eric Schweitz <eschweitz at nvidia.com>
More information about the All-commits
mailing list