[llvm] [MachineInstr] add insert method for variadic instructions (PR #67699)

Nick Desaulniers via llvm-commits llvm-commits at lists.llvm.org
Mon Oct 16 18:07:08 PDT 2023


nickdesaulniers wrote:

Marking WIP as I've found one hazard with this interface.

Tied operands don't like being removed.  We need to untie them, then re-tie them around the operands list updates.

https://github.com/llvm/llvm-project/pull/67699


More information about the llvm-commits mailing list