[llvm] [CodeGen] Cache Opcode in MachineInstr (PR #96797)

Alexis Engelke via llvm-commits llvm-commits at lists.llvm.org
Thu Jun 27 02:26:22 PDT 2024


aengelke wrote:

> We have a bunch of full bools in MachineInstr, does turning those into bitfields do anything?

The only bools I see are in (out-of-line) ExtraInfo, which is not directly part of MachineInstr and not always allocated.

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


More information about the llvm-commits mailing list