[PATCH] D99967: [Flang] Changes to mangling code

Kiran Chandramohan via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Apr 6 09:06:30 PDT 2021


kiranchandramohan created this revision.
kiranchandramohan added reviewers: schweitz, clementval, SouraVX.
Herald added a reviewer: sscalpone.
Herald added a subscriber: mehdi_amini.
kiranchandramohan requested review of this revision.
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.

Call static functions using the class name (fir::NameUniquer).
Add function for mangling derivedTypes.

All the name mangling functions that are ultimately called are
tested in unittests/Optimizer/InternalNamesTest.cpp.

Original Author: Eric Schweitz


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D99967

Files:
  flang/include/flang/Lower/Bridge.h
  flang/include/flang/Lower/Mangler.h
  flang/include/flang/Optimizer/CodeGen/CodeGen.h
  flang/lib/Lower/Mangler.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D99967.335540.patch
Type: text/x-patch
Size: 9142 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210406/10878ecd/attachment.bin>


More information about the llvm-commits mailing list