[PATCH] D31188: [AntiDepBreaker] Use liveins as well in StartBlock

Quentin Colombet via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Mar 27 10:34:51 PDT 2017


qcolombet added a comment.

> Oh you mean turn this IR test into a mir test?

Yes.

Use -stop-before <ExeDepPassDEBUG_TYPE> to produce the .mir input.
Then, you should be able to reproduce the problem with that input and -run-pass <ExeDepPassDEBUG_TYPE>


https://reviews.llvm.org/D31188





More information about the llvm-commits mailing list