[PATCH] D29925: Implement intrinsic mangling for literal struct types.Fixes PR 31921

Daniel Berlin via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Feb 14 14:52:38 PST 2017


dberlin updated this revision to Diff 88452.
dberlin added a comment.

- Auto-upgrade by regenerating names when necesseary. Note: we can't really detect if the only change is the name, but it seems like this is the best we can do.

Updating D29925: Implement intrinsic mangling for literal struct types.
=======================================================================

Fixes PR 31921


https://reviews.llvm.org/D29925

Files:
  lib/IR/AutoUpgrade.cpp
  lib/IR/Function.cpp
  test/CodeGen/Generic/overloaded-intrinsic-name.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D29925.88452.patch
Type: text/x-patch
Size: 5525 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20170214/cddd4840/attachment.bin>


More information about the llvm-commits mailing list