Displaying 1 result from an estimated 1 matches for "badnesss".
Did you mean:
badness
2013 Apr 01
0
[LLVMdev] Passes when using JIT
...t loop. Even stranger, when I hack/graft the source of the opt tool on to my code and send the module through presumably identical steps, stack gets dumped when AsmWriter encounters a float constant in an unrecognized format.
Does JIT preclude certain passes from running or is this symptomatic of badnesss related to passing modules between different targets? Before getting to passes, a simple CloneModule call is barfing with the same unrecognized float issue.
Cheers,
MT.