https://llvm.org/bugs/show_bug.cgi?id=31925

            Bug ID: 31925
           Summary: missed autorelease elision
           Product: libraries
           Version: trunk
          Hardware: PC
                OS: All
            Status: NEW
          Severity: normal
          Priority: P
         Component: Transformation Utilities
          Assignee: unassignedb...@nondot.org
          Reporter: compn...@compnerd.org
                CC: llvm-bugs@lists.llvm.org
    Classification: Unclassified

Created attachment 17964
  --> https://llvm.org/bugs/attachment.cgi?id=17964&action=edit
reduced.m

After the introduction of returned attribute on arguments, it is possible that
the GetRCIdentityRoot is able to peer through too many cases, breaking an
assumption that the GetArgRCIdentityRoot would get the associated function
call.  The attached test case demonstrates this.

-- 
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

Reply via email to