diff options
author | chenglin.bi <chenglin.bi@linaro.org> | 2022-12-07 10:16:22 +0800 |
---|---|---|
committer | chenglin.bi <chenglin.bi@linaro.org> | 2022-12-07 23:52:07 +0800 |
commit | 10c3df728cb6d445b6ab9e2d62487e4ecf55693b (patch) | |
tree | dc429b98891473959461a4fee3e194e79eed5774 /llvm/lib/Option/OptTable.cpp | |
parent | bdfa3100dc3ea9e9ce4d3d4100ea6bb4c3fa2b81 (diff) | |
download | llvm-10c3df728cb6d445b6ab9e2d62487e4ecf55693b.zip llvm-10c3df728cb6d445b6ab9e2d62487e4ecf55693b.tar.gz llvm-10c3df728cb6d445b6ab9e2d62487e4ecf55693b.tar.bz2 |
[Instcombine] Canonicalize ~((A & B) ^ (A | ?)) -> (A & B) | ~(A | ?)
~((A & B) ^ (A | ?)) -> (A & B) | ~(A | ?)
https://alive2.llvm.org/ce/z/JHN2p4
Reviewed By: spatel
Differential Revision: https://reviews.llvm.org/D139299
Diffstat (limited to 'llvm/lib/Option/OptTable.cpp')
0 files changed, 0 insertions, 0 deletions