[PATCH] D41741: LowerTypeTests: Add limited support for aliases

Vlad Tsyrklevich via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Jan 9 12:14:56 PST 2018


vlad.tsyrklevich updated this revision to Diff 129142.
vlad.tsyrklevich marked an inline comment as done.
vlad.tsyrklevich added a comment.

RAUW the alias we replace the function declaration with (as Peter mentioned in his comment, it's possible there are uses of it.)


Repository:
  rL LLVM

https://reviews.llvm.org/D41741

Files:
  lib/Transforms/IPO/LowerTypeTests.cpp
  lib/Transforms/IPO/ThinLTOBitcodeWriter.cpp
  test/Transforms/LowerTypeTests/Inputs/import-alias.yaml
  test/Transforms/LowerTypeTests/export-alias.ll
  test/Transforms/LowerTypeTests/import-alias.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D41741.129142.patch
Type: text/x-patch
Size: 6351 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180109/2d6c22da/attachment.bin>


More information about the llvm-commits mailing list