[PATCH] D125619: [MCWin64EH] Check for matches between epilogs and the prolog on ARM64

Eli Friedman via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon May 16 11:11:46 PDT 2022


efriedma added inline comments.


================
Comment at: llvm/lib/MC/MCWin64EH.cpp:622
+
+  // If the epilog was a subset of the epilog, find its offset.
+  if (Epilog.size() == Prolog.size())
----------------
subset of the *prolog*


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D125619



More information about the llvm-commits mailing list