New testcase, allow folding of binary operators that use PHI nodes, as long
authorChris Lattner <sabre@nondot.org>
Mon, 12 Jan 2004 03:57:00 +0000 (03:57 +0000)
committerChris Lattner <sabre@nondot.org>
Mon, 12 Jan 2004 03:57:00 +0000 (03:57 +0000)
commitff2ab4db20a0b28724ebcd24f66d3f74c3884a91
tree42a8b5116abc897f06c2c7a82e694629c8d9ccc1
parent2d11f167e69c9668ff6c6b86451fb124c8af7bcc
New testcase, allow folding of binary operators that use PHI nodes, as long
as the result of the binary operator is always constant.  This does not require
the PHI itself to be constant though.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@10762 91177308-0d34-0410-b5e6-96231b3b80d8
test/Transforms/SCCP/phitest.ll [new file with mode: 0644]