[PATCH] D129745: Fix a stack overflow in ScalarEvolution.

Johannes Reifferscheid via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Aug 2 00:31:02 PDT 2022


jreiffers added a comment.

@fhahn The recursion loop is createSCEV -> isSCEVExprNeverPoison -> createSCEVIter -> createSCEV (see also the summary of this change).


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D129745



More information about the llvm-commits mailing list