moveOperands does not handle moving tied operands since it would
generally have to fixup the tied operand references. Avoid the assert
by untying and retying after the modification. These in place
modifications really aren't managable.
Details
Details
- Reviewers
rampitec
Diff Detail
Diff Detail
Unit Tests
Unit Tests
clang-format: please reformat the code