[llvm] [InstCombine] simplify `icmp pred x, ~x` (PR #73990)

via llvm-commits llvm-commits at lists.llvm.org
Sat Mar 23 09:18:28 PDT 2024


ParkHanbum wrote:

-. eq/ne case removed. 
-. vector test added.
The comparison between X and X^C was already being handled by instcombine. I wrote the code without realizing it, so the related code and tests were deleted. 

https://github.com/llvm/llvm-project/pull/73990


More information about the llvm-commits mailing list