[llvm-commits] PATCH: clone and compare nsw/nuw/exact/inbounds in VMCore.
Nick Lewycky
nicholas at mxc.ca
Sat Aug 22 11:45:12 PDT 2009
The new optimization bits were missing some pieces in the VMCore. They
weren't being cloned by Instruction::clone and they weren't being
compared by Instruction::isIdenticalTo. This patch is a quick attempt at
fixing that.
Dan, please review this and let me know if you like it as-is, or fix and
commit it if you want to make changes to it.
We will want this patch in 2.6.
Nick
-------------- next part --------------
A non-text attachment was scrubbed...
Name: optznbits.patch
Type: text/x-patch
Size: 4572 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20090822/ad8ada7f/attachment.bin>
More information about the llvm-commits
mailing list