[all-commits] [llvm/llvm-project] 903f6b: [flang] Add missing CFI case for REAL and COMPLEX
Valentin Clement (バレンタイン クレメン) via All-commits
all-commits at lists.llvm.org
Wed Feb 9 01:07:52 PST 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 903f6b71704f92d9f55ffee60b6c6a9968feba83
https://github.com/llvm/llvm-project/commit/903f6b71704f92d9f55ffee60b6c6a9968feba83
Author: Valentin Clement <clementval at gmail.com>
Date: 2022-02-09 (Wed, 09 Feb 2022)
Changed paths:
M flang/include/flang/Optimizer/Support/TypeCode.h
M flang/test/Fir/convert-to-llvm.fir
Log Message:
-----------
[flang] Add missing CFI case for REAL and COMPLEX
ISO_Fortran_binding.h was updated with missing entries for CFI
types for REAL and COMPLEX kinds 2,3,10,16. This patch updates TypeCode.h
to use these new types.
This patch is part of the upstreaming effort from fir-dev branch.
Reviewed By: jeanPerier
Differential Revision: https://reviews.llvm.org/D119283
More information about the All-commits
mailing list