[LLVMbugs] [Bug 15253] New: Calls to @llvm.ptr.annotation not being removed before code generation

bugzilla-daemon at llvm.org bugzilla-daemon at llvm.org
Wed Feb 13 08:19:21 PST 2013


http://llvm.org/bugs/show_bug.cgi?id=15253

            Bug ID: 15253
           Summary: Calls to @llvm.ptr.annotation not being removed before
                    code generation
           Product: libraries
           Version: trunk
          Hardware: Macintosh
                OS: FreeBSD
            Status: NEW
          Severity: normal
          Priority: P
         Component: Common Code Generator Code
          Assignee: unassignedbugs at nondot.org
          Reporter: khilan.gudka at cl.cam.ac.uk
                CC: csdavec at swan.ac.uk, llvmbugs at cs.uiuc.edu
    Classification: Unclassified

Created attachment 10008
  --> http://llvm.org/bugs/attachment.cgi?id=10008&action=edit
Example test case

Hi 

Annotations on struct fields are represented as calls to the
llvm.ptr.annotation intrinsic. However, these calls do not seem to be removed
before code generation because the following fatal error occurs in the backend:

"fatal error: error in backend: Cannot select: intrinsic %llvm.ptr.annotation"

Thanks
Khilan

-- 
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/20130213/80f01ef3/attachment.html>


More information about the llvm-bugs mailing list