[PATCH] GVN overflow intrinsics

Erik Verbruggen erikjv at me.com
Fri Aug 15 02:02:37 PDT 2014


Hi,

I got distracted for some time, but here is a revised patch to handle overflow-intrinsic instructions following their equivalent non-overflow instruction (and vice-versa). It does not play around with the hashing of either, and does not affect PRE. If a normal VN lookup does not find a leader, it will do a second lookup with the corresponding (non-)overflow-instrinsic to see if that exists, and act on that.

-- Erik.

-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0001-When-an-overflow-intrinsic-is-followed-by-a-non-over.patch
Type: application/octet-stream
Size: 17243 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20140815/e9769bcc/attachment.obj>


More information about the llvm-commits mailing list