[llvm-commits] Patch: simplification of overflow operations
Alastair Lynn
arplynn at gmail.com
Fri Nov 6 23:52:19 PST 2009
Hello-
The attached patch will simplify cases where overflow intrinsics are
used but the overflow bit is not to the equivalent basic instructions
(llvm.uadd.with.overflow => add, for instance).
This is my first patch, please don't judge me too harshly!
Alastair
-------------- next part --------------
A non-text attachment was scrubbed...
Name: overflow-removal.patch
Type: application/octet-stream
Size: 2407 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20091107/f5f6815e/attachment.obj>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: overflow-removal.patch.raw
Type: image/raw
Size: 2407 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20091107/f5f6815e/attachment.bin>
More information about the llvm-commits
mailing list