Check isSafeToExpand() before expanding the exit count. Otherwise we may incorrectly speculate a udiv. Fixes https://github.com/llvm/llvm-project/issues/66986.
82 KiB
82 KiB
Check isSafeToExpand() before expanding the exit count. Otherwise we may incorrectly speculate a udiv. Fixes https://github.com/llvm/llvm-project/issues/66986.