[PATCH] D140764: [MemProf] Fix inline propagation of memprof metadata

Teresa Johnson via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Dec 29 14:02:30 PST 2022


tejohnson added a comment.

In D140764#4019771 <https://reviews.llvm.org/D140764#4019771>, @davidxl wrote:

> Is the MIB removal purely for the purpose of reducing memory usage? It seems safe to always keep them.

Yep, it was purely a "space" optimization. I noticed this problem when creating test cases for the context cloning patches I'm prepping.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D140764



More information about the llvm-commits mailing list