[InstCombine] move fold for "(X-Y) == 0"; NFC
authorSanjay Patel <spatel@rotateright.com>
Sun, 10 Oct 2021 15:26:03 +0000 (11:26 -0400)
committerSanjay Patel <spatel@rotateright.com>
Sun, 10 Oct 2021 15:26:03 +0000 (11:26 -0400)
commit05281d95f2385fd7e266c1b439e5045f0187b149
treef80c77ff08e9f491e781150502edec95573dbf4a
parentcbd8041b0bbec2c1bd3fab81d6bf566901ca63d1
[InstCombine] move fold for "(X-Y) == 0"; NFC

This consolidates related folds that all have a
similar use restriction that may not be necessary.
llvm/lib/Transforms/InstCombine/InstCombineCompares.cpp