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