Files
clang-p2996/llvm/lib/CodeGen/MachineInstr.cpp
Rahul Joshi 64f552cefa [NFC][LLVM][CodeGen] Refactor MachineInstr operand accessors (#137261)
- Change MachineInstr operand accessors to use `ArrayRef` internally to
slice the operand array into sub-arrays.
- Minor: remove unnecessary {} on `MachineInstrBuilder::add`.
2025-05-01 07:45:22 -07:00

95 KiB