[PATCH] D81764: [flang] Add the Mangler module to flang lowering

Eric Schweitz via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Jun 12 14:14:47 PDT 2020


schweitz created this revision.
schweitz added reviewers: sscalpone, jeanPerier, kiranchandramohan.
schweitz added a project: Flang.
Herald added subscribers: llvm-commits, mgorny.
Herald added a reviewer: jdoerfert.
Herald added a reviewer: DavidTruby.
Herald added a project: LLVM.
schweitz added a reviewer: sameeranjoshi.

This module converts symbols from the front-end into unique names used in by the optimizer.

This diff is the latest in a series of diffs to upstream the middle part of flang to llvm-project.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D81764

Files:
  flang/include/flang/Lower/Mangler.h
  flang/include/flang/Optimizer/Support/InternalNames.h
  flang/lib/Lower/CMakeLists.txt
  flang/lib/Lower/Mangler.cpp
  flang/lib/Optimizer/Support/InternalNames.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D81764.270509.patch
Type: text/x-patch
Size: 9223 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200612/d2cf025b/attachment.bin>


More information about the llvm-commits mailing list