[SimplifyCFG] add tests for cross block compare folding; NFC
authorSanjay Patel <spatel@rotateright.com>
Mon, 3 Dec 2018 16:55:29 +0000 (16:55 +0000)
committerSanjay Patel <spatel@rotateright.com>
Mon, 3 Dec 2018 16:55:29 +0000 (16:55 +0000)
commit8918a511a1a53cc568b248428fb75c39b1949001
tree5165d1a384e170ab6f03ed1b447f24f0780f55d7
parent9b1afacf894e95bcc6f971cdae889040d3648f50
[SimplifyCFG] add tests for cross block compare folding; NFC

These are the baseline tests for D54827.
Patch based on code originally written by: @yinyuefengyi (luo xionghu)

Differential Revision: https://reviews.llvm.org/D54994

llvm-svn: 348151
llvm/test/Transforms/SimplifyCFG/branch-fold-three.ll [new file with mode: 0644]