[InstCombine][NFC] Add tests for simplifying select(X|Y,X|Y,X) to X|Y
authorCongcong Cai <congcongcai0907@163.com>
Mon, 17 Apr 2023 20:06:43 +0000 (22:06 +0200)
committerCongcong Cai <congcongcai0907@163.com>
Mon, 17 Apr 2023 20:06:45 +0000 (22:06 +0200)
commitbeefca7239fc72967e5844540f6c820a54df9833
tree52361e0503ff5e756a68aaec2cf1fa84e98b4b97
parent3abae1c88416858cf2e9a7ed9417bc52033933b4
[InstCombine][NFC] Add tests for simplifying select(X|Y,X|Y,X) to X|Y

Reviewed By: nikic

Differential Revision: https://reviews.llvm.org/D148562
llvm/test/Transforms/InstSimplify/select_or_and.ll [new file with mode: 0644]