[llvm-commits] PATCH: Tablegen - Add OperandWithDefaultOps for encoding target flags as immediates

Jakob Stoklund Olesen stoklund at 2pi.dk
Tue Sep 4 10:37:19 PDT 2012


On Aug 31, 2012, at 9:45 AM, Tom Stellard <tom at stellard.net> wrote:

> Hi,
> 
> This patch adds the OperandWithDefaultOps operand type to tablegen.
> This new class serves as a base class for PredicateOperand and
> OptionalDefOperand, but it could also be used for encoding target flags
> as immediate operands, which is necessary now the MachineOperand flags
> are gone.

Hi Tom,

This is a nice generalization, thanks for working on it.

Please verify that the generated ARMGen*.inc files are not changed by this patch.

/jakob




More information about the llvm-commits mailing list