[PATCH] D100559: [GC][NFC] Make getGCStrategy by name available in IR

Max Kazantsev via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue May 18 22:05:09 PDT 2021


mkazantsev added a comment.

Why are they singleton objects now? In old code, they are instatiated as many times as `getGCStrategy` is called, and it's called once for every function in module (if I'm reading this correctly).


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

https://reviews.llvm.org/D100559



More information about the llvm-commits mailing list