Files
clang-p2996/llvm/lib/CodeGen/MachineInstr.cpp
Alexis Engelke aa24e36d03 [CodeGen] Cache Opcode in MachineInstr (#96797)
This avoids the indirection through MCID when just accessing the opcode.
This uses two of the four padding bytes at the end of MachineInstr.
2024-06-27 17:10:00 +02:00

91 KiB