[DAGCombiner] Add fold for `~x + x` -> `-1`
This is generally done by the InstCombine, but can be emitted as an intermediate step and is cheap to handle. Reviewed By: RKSimon Differential Revision: https://reviews.llvm.org/D145177
parent
d4b24b4a
Please register or sign in to comment