"llvm/lib/Target/X86/README-SSE.txt" did not exist on "3a1c4e75de750f6c1f062fc8d094023a60af33a1"
Function::getNumBlockIDs() should be used instead of Function::size() to set...
Function::getNumBlockIDs() should be used instead of Function::size() to set the upper limit on the block IDs since basic blocks might get removed (simplified away) after being initially numbered. Plus the test case, in which SelectionDAGBuilder::visitBr() calls llvm::MachineFunction::removeFromMBBNumbering(), which introduces the hole in numbering leading to an assert in llc (prior to the fix). llvm-svn: 133113
Loading
Please register or sign in to comment