[PATCH] - Remove llvm.ptr.annotation intrinsic prior to instruction selection
Mark Hahnenberg
mhahnenb at gmail.com
Wed Apr 3 09:36:26 PDT 2013
This is a fix for http://llvm.org/bugs/show_bug.cgi?id=15253.
According to http://llvm.org/docs/LangRef.html#llvm-ptr-annotation-intrinsic,
the llvm.ptr.annotation intrinsic has the same semantics (or lack
thereof) during code generation and instruction lowering as the
llvm.var.annotation intrinsic, so we can remove them like we do the
llvm.var.annotation intrinsic in the SelectionDAGBuilder and during
the IntrinsicLowering phase.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: llvm.patch
Type: application/octet-stream
Size: 1003 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20130403/78da2914/attachment.obj>
More information about the llvm-commits
mailing list