[LLVMdev] TableGen related question for the Hexagon backend

Jyotsna Verma jverma at codeaurora.org
Tue Aug 21 10:42:12 PDT 2012


Sounds good. I've started adding TableGen backend support to emit
relationship table into a .inc file. Hoping to finish it soon. 

Thanks for all your help.

-Jyotsna
--
Qualcomm Innovation Center, Inc. is a member of Code Aurora Forum.


-----Original Message-----
From: Jakob Stoklund Olesen [mailto:stoklund at 2pi.dk] 
Sent: Tuesday, August 21, 2012 11:28 AM
To: Jyotsna Verma
Cc: llvmdev at cs.uiuc.edu
Subject: Re: [LLVMdev] TableGen related question for the Hexagon backend


On Aug 20, 2012, at 9:22 PM, Jyotsna Verma <jverma at codeaurora.org> wrote:

> Jakob,
> 
> One more question. You had suggested 'ValueCols' as of type 
> list<list<string> >. Does the TableGen know how to extract it? It 
> appears to me that we may have to add support for that.

You just start from getValueAsListInit() and go from there.

/jakob





More information about the llvm-dev mailing list