[llvm] [BOLT] fix print-mem-data not working (PR #156332)

Paschalis Mpeis via llvm-commits llvm-commits at lists.llvm.org
Fri Sep 5 04:00:42 PDT 2025


https://github.com/paschalis-mpeis commented:

Thanks for your patch @Jianghibo.

This change overrides annotation printing to consider the flag.
Previously it looks like those annotations were always printed, but now would only be printed if `PrintMemData` is true?

Could you add a small test to acompany the patch?

https://github.com/llvm/llvm-project/pull/156332


More information about the llvm-commits mailing list