mirror of
https://github.com/llvm/llvm-project.git
synced 2025-05-13 19:56:06 +00:00

will be profitable. This is mainly to remove some cases where excessive unswitching would result in long compile times and/or huge generated code. Once someone comes up with a better heuristic that avoids these cases, this should be switched out. llvm-svn: 28962