Unverified Commit 7be5dabb authored by Fujun Han's avatar Fujun Han Committed by GitHub
Browse files

[InstCombine] Change (add x, c) to (xor x, c) (#75129)

Change (add x, c) to (xor x, c) iff c is constant and c equals the top bit of the demanded bits.
Alive2: https://alive2.llvm.org/ce/z/DKmkwF



---------

Signed-off-by: default avatarPeter Han <fujun.han@iluvatar.com>
Co-authored-by: default avatarPeter Han <fujun.han@iluvatar.com>
parent b97c5a95
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment