[PATCH] D128827: [WIP][SCCP] Don't track specialized functions unless they are recursive.

Alexandros Lamprineas via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Jul 11 04:11:25 PDT 2022


labrinea added a comment.

Side note: I've fixed this in https://reviews.llvm.org/D126456 but there are more instances of the same issue (use after free) arising from marking a newly cloned function executable and then invoking the solver, which is something we only need for specializing recursive functions.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D128827



More information about the llvm-commits mailing list