commit | 14d06327d7ec895606138ab3666c56174c459c00 | [log] [tgz] |
---|---|---|
author | Simon Pilgrim <llvm-dev@redking.me.uk> | Fri Apr 01 17:22:33 2022 +0100 |
committer | Copybara-Service <copybara-worker@google.com> | Fri Apr 01 09:29:20 2022 -0700 |
tree | b9fb7f1123c26b2fc36bdd7d959028d7712c3c07 | |
parent | 2ae64701900d856e4fe10547a4ee6a80e32931dd [diff] |
[X86] matchAddressRecursively - add XOR(X, MIN_SIGNED_VALUE) handling Allows us to fold XOR(X, MIN_SIGNED_VALUE) == ADD(X, MIN_SIGNED_VALUE) into LEA patterns As mentioned on PR52267. Differential Revision: https://reviews.llvm.org/D122815 GitOrigin-RevId: c64f37f818b7a928b48540920d6e0c6df8903128