[PATCH] D148145: [LegacyPM] Reduce number of calls to getName

Fangrui Song via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Apr 12 10:40:11 PDT 2023


MaskRay added a comment.

LGTM, the performance overhead is likely due to hash table lookups in `Value::getValueName`


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D148145



More information about the llvm-commits mailing list