[llvm] [BOLT] Ensure remember and restore CFIs are in the same list (PR #144348)
Asher Dobrescu via llvm-commits
llvm-commits at lists.llvm.org
Mon Jul 7 04:48:17 PDT 2025
================
@@ -1663,7 +1663,8 @@ class BinaryFunction {
Offset = I->first;
}
assert(I->first == Offset && "CFI pointing to unknown instruction");
- if (I == Instructions.begin()) {
+ if (I == Instructions.begin() &&
----------------
Asher8118 wrote:
Done
https://github.com/llvm/llvm-project/pull/144348
More information about the llvm-commits
mailing list