When dead code elimination removes all but one use, try to fold the single def...
When dead code elimination removes all but one use, try to fold the single def into the remaining use. Rematerialization can leave single-use loads behind that we might as well fold whenever possible. llvm-svn: 128918
Loading
Please register or sign in to comment