This is the last remaining bug that I know of in the loop extractor. The loop
authorChris Lattner <sabre@nondot.org>
Thu, 18 Mar 2004 06:41:59 +0000 (06:41 +0000)
committerChris Lattner <sabre@nondot.org>
Thu, 18 Mar 2004 06:41:59 +0000 (06:41 +0000)
commit43aaf66a3974acc137b765da0adb9d02087e10e4
treea653fe5a902f26fef640befcc0e3669684fbbf02
parent85c84e759e86d3f6d77b6a1568e1c8d25cdf1814
This is the last remaining bug that I know of in the loop extractor.  The loop
extractor has extracted hundreds of loops from the SPEC benchmarks without crashing
and without misoptimizing the programs.

This testcase could be reduced substantially more by hand, but I don't have time
to work on it right now.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@12495 91177308-0d34-0410-b5e6-96231b3b80d8
test/Transforms/CodeExtractor/2004-03-18-InvokeHandling.ll [new file with mode: 0644]