[test] Add a set of test for constant folding deopt operands with CVP
authorPhilip Reames <listmail@philipreames.com>
Thu, 13 Dec 2018 00:54:05 +0000 (00:54 +0000)
committerPhilip Reames <listmail@philipreames.com>
Thu, 13 Dec 2018 00:54:05 +0000 (00:54 +0000)
commit04afb4a17d1d834e13377db53d38af88a97f1e2f
tree2e068c3a57f88692d3acb7be5d8f5f0bf12abf2b
parent65e5e2781ffa5900a5df559faa2690d7e10893e2
[test] Add a set of test for constant folding deopt operands with CVP

For anyone curious, the first test example is illustrative of a real code idiom produced by branching on the result of a three way comparison.

llvm-svn: 348997
llvm/test/Transforms/CorrelatedValuePropagation/deopt.ll [new file with mode: 0644]