[InstSimplify] move tests for select from InstCombine; NFC
authorSanjay Patel <spatel@rotateright.com>
Mon, 13 Jan 2020 14:10:02 +0000 (09:10 -0500)
committerSanjay Patel <spatel@rotateright.com>
Mon, 13 Jan 2020 14:13:21 +0000 (09:13 -0500)
commit26d2ace9e2305266be888e15392be29e3145163d
treef9a2e28275fcd1fabf076257bb59e2fd12042a85
parent376bc39c829fab7ad14424c5418c03ed6649d839
[InstSimplify] move tests for select from InstCombine; NFC

InstCombine has transforms that would enable these simplifications
in an indirect way, but those transforms are unsafe and likely to
be removed.
llvm/test/Transforms/InstCombine/select.ll
llvm/test/Transforms/InstSimplify/select.ll