mirror of
https://github.com/llvm/llvm-project.git
synced 2025-05-01 12:16:08 +00:00

Precommit testcase for D110438. Since we do not preserve BPI in loop pass manager, we are forced to compute BPI everytime Loop predication is invoked. The patch referenced changes that behaviour by preserving lossy BPI for loop passes.