[all-commits] [llvm/llvm-project] 4dc87d: [flang][fir] Update the kind mapping class.
Eric Schweitz via All-commits
all-commits at lists.llvm.org
Thu Feb 11 11:12:39 PST 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 4dc87d1010351170d73ebd23869751fe1bd6ac26
https://github.com/llvm/llvm-project/commit/4dc87d1010351170d73ebd23869751fe1bd6ac26
Author: Eric Schweitz <eschweitz at nvidia.com>
Date: 2021-02-11 (Thu, 11 Feb 2021)
Changed paths:
M flang/include/flang/Optimizer/Support/KindMapping.h
M flang/lib/Optimizer/Support/KindMapping.cpp
M flang/unittests/Optimizer/CMakeLists.txt
A flang/unittests/Optimizer/KindMappingTest.cpp
Log Message:
-----------
[flang][fir] Update the kind mapping class.
The kind mapper provides a portable mechanism to map Fortran type KIND values
independent of the front-end to their corresponding MLIR and LLVM types.
Differential Revision: https://reviews.llvm.org/D96362
More information about the All-commits
mailing list