[PATCH] D135488: [codegen] Add a remarks based Stack Layout Analysis pass

Paul Kirth via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Thu Jan 12 16:15:06 PST 2023


paulkirth added a comment.

Actually if we add

  if (!isFunctionInPrintList(MF.getName()))
       return false;

we can filter by name


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D135488



More information about the cfe-commits mailing list