[Test] Add test showing difference in behavior of Guard Widening depending on form
Guards can be represented differently (as intrinsic calls and as explicit branches), and the expectation is that Guard Widening should do the same things for them, no matter what form it was suggested. Currently it seems to be not so. We also don't want LICM to prevent guard widening.
Loading
Please sign in to comment