[all-commits] [llvm/llvm-project] e50e19: [flang] Update to fir::isUnlimitedPolymorphicType ...
Valentin Clement (バレンタイン クレメン) via All-commits
all-commits at lists.llvm.org
Wed Oct 5 01:05:53 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: e50e19af00378e753378525cc8567cf01b2fd477
https://github.com/llvm/llvm-project/commit/e50e19af00378e753378525cc8567cf01b2fd477
Author: Valentin Clement <clementval at gmail.com>
Date: 2022-10-05 (Wed, 05 Oct 2022)
Changed paths:
M flang/include/flang/Optimizer/Dialect/FIRType.h
M flang/lib/Optimizer/Dialect/FIRType.cpp
M flang/unittests/Optimizer/CMakeLists.txt
A flang/unittests/Optimizer/FIRTypesTest.cpp
Log Message:
-----------
[flang] Update to fir::isUnlimitedPolymorphicType and fir::isPolymorphicType functions
This patch update the fir::isUnlimitedPolymorphicType function
to reflect the chosen design. It adds also a fir::isPolymorphicType
function.
Reviewed By: jeanPerier
Differential Revision: https://reviews.llvm.org/D135143
More information about the All-commits
mailing list