[all-commits] [llvm/llvm-project] a69cb7: [flang] Hanlde COMPLEX 2/3/10 in runtime TypeCode(...
jeanPerier via All-commits
all-commits at lists.llvm.org
Tue Mar 15 01:31:09 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: a69cb782423b415a651053b6841fbc6aee27fb76
https://github.com/llvm/llvm-project/commit/a69cb782423b415a651053b6841fbc6aee27fb76
Author: Jean Perier <jperier at nvidia.com>
Date: 2022-03-15 (Tue, 15 Mar 2022)
Changed paths:
M flang/runtime/type-code.cpp
Log Message:
-----------
[flang] Hanlde COMPLEX 2/3/10 in runtime TypeCode(cat, kind)
Type codes for COMPLEX kinds 2, 3, and 10 were added in https://reviews.llvm.org/D117336
but handling for these kinds in TypeCode(cat, kind) has not been added
yet.
Differential Revision: https://reviews.llvm.org/D121587
More information about the All-commits
mailing list