Skip to content
Snippets Groups Projects
Commit c56c8453 authored by Chris Lattner's avatar Chris Lattner
Browse files

fix another miscompile in the llvm.sadd formation logic: it wasn't

checking to see if the high bits of the original add result were dead.
Inserting a smaller add and zexting back to that size is not good enough.

This is likely to be the fix for 8816.

llvm-svn: 122177
parent 713ab379
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment