[llvm-bugs] [Bug 38117] New: Intrinisc::getName does not generate different names for different unnamed type arguments
via llvm-bugs
llvm-bugs at lists.llvm.org
Tue Jul 10 02:43:08 PDT 2018
https://bugs.llvm.org/show_bug.cgi?id=38117
Bug ID: 38117
Summary: Intrinisc::getName does not generate different names
for different unnamed type arguments
Product: libraries
Version: trunk
Hardware: PC
OS: All
Status: NEW
Severity: enhancement
Priority: P
Component: Core LLVM classes
Assignee: unassignedbugs at nondot.org
Reporter: Florian.Hahn at arm.com
CC: llvm-bugs at lists.llvm.org
Currently different unnamed types are mangled to the same type string, which
means getDeclaration falls over when called for overloaded intrinsics like
llvm.ssa.copy with different unnamed types.
Some more details & discussion can be found here:
https://reviews.llvm.org/D48541 (abandoned for now)
--
You are receiving this mail because:
You are on the CC list for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-bugs/attachments/20180710/fe66efeb/attachment.html>
More information about the llvm-bugs
mailing list