[PATCH] D11423: fix crash in machine trace metrics due to processing dbg_value instructions (PR24199)

Sanjay Patel spatel at rotateright.com
Thu Jul 23 15:27:46 PDT 2015


spatel added a comment.

In http://reviews.llvm.org/D11423#210888, @Gerolf wrote:

> Thanks for fixing this. LGTM.


Thanks for the review!

> Is there a similar problem in getPHIDeps?


I thought that one was ok because we assert that the instruction is actually a PHI, so we know it's not a DBG_VALUE.


http://reviews.llvm.org/D11423







More information about the llvm-commits mailing list