[NFC][SimplifyCFG] Add test for failed assertion
authorRoman Lebedev <lebedev.ri@gmail.com>
Fri, 13 Aug 2021 12:08:00 +0000 (15:08 +0300)
committerRoman Lebedev <lebedev.ri@gmail.com>
Fri, 13 Aug 2021 12:45:03 +0000 (15:45 +0300)
commitcb7c01889ec21accc12b2c19a395b521e3b959a3
treeaa4744333a974bec9d6ded2dce11acb3c6e1a4fb
parent8738c5b0fe0a92a153d7c678f7b51cac05f48b35
[NFC][SimplifyCFG] Add test for failed assertion

This would trigger an assertion that was added in rGf30a7dff8a5b.
Need to fix that before relanding.

Reduced from https://reviews.llvm.org/rGf30a7dff8a5b#1019890
llvm/test/Transforms/SimplifyCFG/tautological-conditional-branch.ll [new file with mode: 0644]