On Tuesday 14 July 2009 15:35, David Greene wrote:
> Would it be acceptable to add a small flags field to MachineInstr that we
> can use as a bitvector?
In fact I think I can put a short between the NumImplicitOps and the Operands
fields and not increase MachineInstr size on most architectures.
-Dave