[PATCH] D40297: [RegisterCoalescer] Add verification method to check LiveInterval Segments

Quentin Colombet via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Nov 27 09:37:18 PST 2017


qcolombet added a comment.

Hi,

We already checks the liveinterval in the MachineVerifier (see MachineVerifier::checkLiveness). Could we share the logic between this one and the one in the MachineVerifier?

At the very least, the MachineVerifier should call this method.

Cheers,
-Quentin


https://reviews.llvm.org/D40297





More information about the llvm-commits mailing list