<div dir="ltr">Hello,<div><br></div><div>I am trying to isolate an assertion failure in if-converter (on PPC) and I generated a textual debuglog with:</div><div><br></div><div>```</div><div>LLVM_ARGS=-print-before-all -print-module-scope -filter-print-funcs=japi1__require_7687<br></div><div>```</div><div><br></div><div>and after splicing out the the MIR before the if-converter pass</div><div>I would like to run `llc -march=ppc64le -run-pass=if-converter input.mir` so that I can start minimising the MIR.</div><div><br></div><div>This steps fails for me with a:</div><div>```</div><div><div>error: YAML:188:20: Unrecognized character while tokenizing.</div><div>Function Live Ins: %x4</div><div>                   ^</div><div><br></div><div>error: YAML:188:1: Map value must not be empty</div><div>Function Live Ins: %x4</div><div>^~~~~~~~~~~~~~~~~</div></div><div>```</div><div><br></div><div>Should I expect this to work, or is some part of my workflow wrong?</div><div><br></div><div>I put the full log and just the extracted MIR file online:</div><div><a href="https://drive.google.com/open?id=1Br0s9Qvr4tzPv8nqbnV_nWezpEH5Ci7B">https://drive.google.com/open?id=1Br0s9Qvr4tzPv8nqbnV_nWezpEH5Ci7B</a> and would appreciate any guidance whether I should file this as a deserialiser bug.</div><div><br></div><div>Best,</div><div>Valentin</div><div><br></div><div><br></div></div>