[llvm-bugs] [Bug 40817] New: Param sym names of unnamed funcs are incorrectly lowered

via llvm-bugs llvm-bugs at lists.llvm.org
Fri Feb 22 01:48:58 PST 2019


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: unassignedbugs at nondot.org
          Reporter: jascha at jawset.com
                CC: llvm-bugs at 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.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-bugs/attachments/20190222/ebc1cf9c/attachment-0001.html>


More information about the llvm-bugs mailing list