Hi: <div><br></div><div>I have been working on Valgrind [porting it to non-supported architectures] and wanted to know what you guys think of Valgrind for LLVM. </div><div>I haven't thought through fully myself - so wanted to get your inputs before becoming rigid in my own opinion. </div>
<div><br></div><div>Original Valgrind works on object code - translating the asm to its own IR [intermediate representation]. But for LLVM, probably putting the valgrind </div><div>tool instrumentation [e.g. memcheck] as a pass [[i.e. using LLVM IR itself] probably make more sense.... </div>
<div><br>cheers 
</div><div>J. </div>