[PATCH] D150816: [llvm-mca][RISCV] Fix llvm-mca RISCVInstrument memory leak
    Min-Yih Hsu via Phabricator via llvm-commits 
    llvm-commits at lists.llvm.org
       
    Thu May 18 16:07:45 PDT 2023
    
    
  
myhsu added a comment.
In D150816#4354479 <https://reviews.llvm.org/D150816#4354479>, @michaelmaitland wrote:
> Valgrind reports `1711 errors from 1711 contexts` before my fix and `1710 errors from 1710 contexts` after my fix. It looks like using valgrind has problems related to python code. This is the command I ran:
Oh I meant using Valgrind directly on `llvm-mca` (for instance you can add a command substitution from `llvm-mca` to `valgrind llvm-mca` in local lit.cfg), which is kind of what you did in your latest comment, right?
I'm not sure why there is still leak though...
Repository:
  rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D150816/new/
https://reviews.llvm.org/D150816
    
    
More information about the llvm-commits
mailing list