[PATCH] D53285: [MergeFuncs] Generate alias instead of thunk if possible (default disabled)

Nikita Popov via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Oct 29 03:19:09 PDT 2018


nikic updated this revision to Diff 171470.
nikic added a comment.

Added comment about thunk/alias checks for the weak-weak case. Also renamed the function H to NewF, because I think this makes it slightly more obvious what is going on in that case.


https://reviews.llvm.org/D53285

Files:
  lib/Transforms/IPO/MergeFunctions.cpp
  test/Transforms/MergeFunc/alias.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D53285.171470.patch
Type: text/x-patch
Size: 8517 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20181029/1dc67a41/attachment.bin>


More information about the llvm-commits mailing list