Skip to content

Also fix default priority for NoOpInstruction

Dominic Kempf requested to merge fix-priority-for-noop into master

The default priority is 0 not None. Again, this could be fixed in NoOpInstruction, but I consider this fix to be the better one.

I just wanted to push this on the old branch, but I missed you by some minutes... Btw, is NoOpInstruction fully implemented or is this WIP (BarrierInstruction definitely seems WIP)?

Merge request reports