search for: 72cf5cc3396e8a7156bc

Displaying 2 results from an estimated 2 matches for "72cf5cc3396e8a7156bc".

2016 Mar 28
0
Wrong MachineOperand accessor
...hineOperand::getImm() const: Assertion `isImm() && "Wrong MachineOperand 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 th...
2016 Mar 29
0
Wrong MachineOperand accessor
...hineOperand::getImm() const: Assertion `isImm() && "Wrong MachineOperand 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 th...