[PATCH] D144486: [Assignment Tracking] Initialise maps with exact required number of entries

Orlando Cazalet-Hyams via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Feb 22 01:35:18 PST 2023


Orlando added a comment.

Thanks!

I made a mistake saying the exact size is known. This is actually the lower bound of the `Join` map size, since it is possible that the maps _both_ contain unique variables. I'll update the summary and description before landing.


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

https://reviews.llvm.org/D144486



More information about the llvm-commits mailing list