Add a method that allows adding multiple operands simultaneously to a
MachineInstrBuilder. This is especially useful for operands that are closely
related, such as those representing the predicate on ARM instructions (one
immediate + one register operand).
Details
Details
- Reviewers
kristof.beyls MatzeB
Diff Detail
Diff Detail
The const is unnecessary for immutable classes like ArrayRef or StringRef (though it doesn't hurt either).