================
@@ -718,6 +734,13 @@ bool BranchRelaxation::relaxBranchInstructions() {
}
}
+ // If we relaxed a branch, subsequent block offsets may be underestimated.
----------------
dhoekwater wrote:
Fixed.
https://github.com/llvm/llvm-project/pull/96250