[PATCH] D84031: Clear NewGEPBases after finish using them in CodeGenPrep pass

Keno Fischer via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Sep 3 17:32:17 PDT 2020


loladiro added a comment.

Well, the module if freed eventually. Is this issue whether the module if freed before the pass manager? If so I think run-twice will (incidentally also do that). I just though `run-twice` would catch it, because forgetting to clear such things usually causes incorrect behavior the next time around.


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

https://reviews.llvm.org/D84031



More information about the llvm-commits mailing list