[llvm-commits] patch: teach dse about intrinsics
Nick Lewycky
nicholas at mxc.ca
Sat Oct 17 22:08:37 PDT 2009
This patch creates a utility class like an Operator (GEPOperator and
friends) which represents instructions that clobber a pointer they're
given. This groups StoreInst together with certain intrinsics and helps
DSE handle them as a group.
This also marks our first optimization based on @llvm.lifetime.end.
Please review!
Nick
-------------- next part --------------
A non-text attachment was scrubbed...
Name: dse-memintrinsics.patch
Type: text/x-patch
Size: 12517 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20091017/e1590696/attachment.bin>
More information about the llvm-commits
mailing list