[PATCH] D130049: [WinEH][ARM64] Split unwind info for functions larger than 1MB

Z. Zheng via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Jul 26 15:11:50 PDT 2022


zzheng added inline comments.


================
Comment at: llvm/lib/MC/MCWin64EH.cpp:1033
+      //    It'll be handled by the next iteration, or the last segment.
+      if (E < Epilogs.size() && Epilogs[E].Offset <= SegEnd)
+      // Move back current Segment's end boundry.
----------------
this is to find out whether we're in case 2 or 3.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D130049/new/

https://reviews.llvm.org/D130049



More information about the llvm-commits mailing list