[PATCH] D96362: [flang][fir] Update the kind mapping class.

Eric Schweitz via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Feb 9 11:28:05 PST 2021


schweitz created this revision.
schweitz added reviewers: jeanPerier, clementval, kiranchandramohan, SouraVX, svedanayagam.
schweitz added a project: Flang.
Herald added subscribers: mehdi_amini, rriddle, jdoerfert, mgorny.
Herald added a reviewer: sscalpone.
schweitz requested review of this revision.
Herald added subscribers: llvm-commits, stephenneuendorffer.
Herald added a project: LLVM.

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.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D96362

Files:
  flang/include/flang/Optimizer/Support/KindMapping.h
  flang/lib/Optimizer/Support/KindMapping.cpp
  flang/unittests/Optimizer/CMakeLists.txt
  flang/unittests/Optimizer/KindMappingTest.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D96362.322457.patch
Type: text/x-patch
Size: 14632 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210209/d0f9633e/attachment.bin>


More information about the llvm-commits mailing list