[all-commits] [llvm/llvm-project] 9184eb: [flang][hlfir] Fixed nullptr dereference.
Slava Zakharin via All-commits
all-commits at lists.llvm.org
Mon Aug 14 08:56:19 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 9184eb84a191cfb29f80ac9d863df626956ba3ae
https://github.com/llvm/llvm-project/commit/9184eb84a191cfb29f80ac9d863df626956ba3ae
Author: Slava Zakharin <szakharin at nvidia.com>
Date: 2023-08-14 (Mon, 14 Aug 2023)
Changed paths:
M flang/lib/Lower/ConvertExprToHLFIR.cpp
M flang/test/Lower/HLFIR/elemental-array-ops.f90
Log Message:
-----------
[flang][hlfir] Fixed nullptr dereference.
In case of unlimited polymorphic type, there is no derived type
spec, so use NoneType explicitly.
Reviewed By: tblah
Differential Revision: https://reviews.llvm.org/D157751
More information about the All-commits
mailing list