https://bugs.llvm.org/show_bug.cgi?id=40817
Bug ID: 40817
Summary: Param sym names of unnamed funcs are incorrectly
lowered
Product: libraries
Version: trunk
Hardware: PC
OS: Linux
Status: NEW
Severity: enhancement
Priority: P
Component: Backend: PTX
Assignee: unassignedb...@nondot.org
Reporter: jas...@jawset.com
CC: llvm-bugs@lists.llvm.org
Created attachment 21502
--> https://bugs.llvm.org/attachment.cgi?id=21502&action=edit
PTX reproducer
Reproduce using llc on attached .ll file.
Note the missing "__unnamed_" prefix in the operand name.
.func (.param .b32 func_retval0) __unnamed_1(
.param .b64 __unnamed_1_param_0
) {
// ...
ld.param.u64 %rd1, [_param_0];
// ...
}
--
You are receiving this mail because:
You are on the CC list for the bug.
_______________________________________________
llvm-bugs mailing list
llvm-bugs@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs