OSDN Git Service

getMangledTypeStr: clarify how it mangles types, and add tests
authorPhilip Reames <listmail@philipreames.com>
Wed, 14 Jan 2015 23:05:17 +0000 (23:05 +0000)
committerPhilip Reames <listmail@philipreames.com>
Wed, 14 Jan 2015 23:05:17 +0000 (23:05 +0000)
commit8f9d11309a19003eb95cd63f098c71f7ddd7476c
treecf18b5b0dae7bf0f66b2446d6f3326da9a8cc56e
parent2495c841848b69d3939a775f0e5cc0ea625c65a2
getMangledTypeStr: clarify how it mangles types, and add tests

"Write a set of tests that show how name mangling is done for overloaded intrinsics."  These happen to use gc.relocates to exercise the codepath in question, but is not a GC specific test.

Patch by: artagnon@gmail.com
Differential Revision: http://reviews.llvm.org/D6915

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@226056 91177308-0d34-0410-b5e6-96231b3b80d8
lib/IR/Function.cpp
test/CodeGen/Generic/overloaded-intrinsic-name.ll [new file with mode: 0644]