search for: mk_sched_worker_free

Displaying 2 results from an estimated 2 matches for "mk_sched_worker_free".

2016 Mar 28
0
Wrong MachineOperand accessor
...eOperand accessor"' failed. My pass is an IPO transformation. I haven't modified anything in CodeGen. I reduced the crash-causing module as much as possible. It is here: https://gist.github.com/scottcarr/72cf5cc3396e8a7156bc If I compile this module with the command: clang -c mk_sched_worker_free.ll The command completes without error. If I compile with optimizations like: clang -c -O3 mk_sched_worker_free.ll Then I trip the assertion and the compilation aborts. I'm using a pretty new LLVM (3.9) but not the very latest commit. If anyone could give me a hint as to what is wrong wit...
2016 Mar 29
0
Wrong MachineOperand accessor
...eOperand accessor"' failed. My pass is an IPO transformation. I haven't modified anything in CodeGen. I reduced the crash-causing module as much as possible. It is here: https://gist.github.com/scottcarr/72cf5cc3396e8a7156bc If I compile this module with the command: clang -c mk_sched_worker_free.ll The command completes without error. If I compile with optimizations like: clang -c -O3 mk_sched_worker_free.ll Then I trip the assertion and the compilation aborts. I'm using a pretty new LLVM (3.9) but not the very latest commit. If anyone could give me a hint as to what is wrong wit...