Displaying 2 results from an estimated 2 matches for "japi1__".
2018 Mar 20
0
MIR YAML deserialisation failure
..., Valentin Churavy via llvm-dev <
llvm-dev at lists.llvm.org> wrote:
> Hello,
>
> I am trying to isolate an assertion failure in if-converter (on PPC) and I
> generated a textual debuglog with:
>
> ```
> LLVM_ARGS=-print-before-all -print-module-scope -filter-print-funcs=japi1__
> require_7687
> ```
>
> and after splicing out the the MIR before the if-converter pass
> I would like to run `llc -march=ppc64le -run-pass=if-converter input.mir`
> so that I can start minimising the MIR.
>
> This steps fails for me with a:
> ```
> error: YAML:188:20...
2018 Mar 19
2
MIR YAML deserialisation failure
Hello,
I am trying to isolate an assertion failure in if-converter (on PPC) and I
generated a textual debuglog with:
```
LLVM_ARGS=-print-before-all -print-module-scope
-filter-print-funcs=japi1__require_7687
```
and after splicing out the the MIR before the if-converter pass
I would like to run `llc -march=ppc64le -run-pass=if-converter input.mir`
so that I can start minimising the MIR.
This steps fails for me with a:
```
error: YAML:188:20: Unrecognized character while tokenizing.
Functi...