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: unassignedb...@nondot.org
Reporter: florian.h...@arm.com
CC: llvm-bugs@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.
_______________________________________________
llvm-bugs mailing list
llvm-bugs@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs