mirror of
https://github.com/intel/llvm.git
synced 2026-01-25 10:55:58 +08:00
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