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
Loading
Please register or sign in to comment