We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e441ed7 commit 458fe11Copy full SHA for 458fe11
src/coreclr/jit/optimizebools.cpp
@@ -1591,11 +1591,11 @@ PhaseStatus Compiler::optOptimizeBools()
1591
for (BasicBlock* b1 = fgFirstBB; b1 != nullptr; b1 = retry ? b1 : b1->Next())
1592
{
1593
retry = false;
1594
- if (b1->KindIs(BBJ_COND) && fgFoldCondToReturnBlock(b1))
+ /*if (b1->KindIs(BBJ_COND) && fgFoldCondToReturnBlock(b1))
1595
1596
change = true;
1597
numCond++;
1598
- }
+ }*/
1599
1600
// We're only interested in conditional jumps here
1601
0 commit comments