[llvm-commits] [PATCH] TableGen backend support to express relations between instruction
Jyotsna Verma
jverma at codeaurora.org
Mon Oct 1 12:40:48 PDT 2012
Okay. I'm going to try it with a vector as a key.
Thanks,
Jyotsna
--
Qualcomm Innovation Center, Inc. is a member of Code Aurora Forum, hosted by
The Linux Foundation
> -----Original Message-----
> From: Jakob Stoklund Olesen [mailto:stoklund at 2pi.dk]
> Sent: Monday, October 01, 2012 2:35 PM
> To: Jyotsna Verma
> Cc: llvm-commits at cs.uiuc.edu
> Subject: Re: [llvm-commits] [PATCH] TableGen backend support to express
> relations between instruction
>
>
> On Oct 1, 2012, at 12:28 PM, "Jyotsna Verma" <jverma at codeaurora.org>
> wrote:
>
> > I thought about it too but discarded the idea since it needed a map
> > which could store a combination of fields as Key. If std::multimap
> > works, then it can be easily done.
>
> Just use a vector as the key. You don't need multimap, it does something
> else.
>
> /jakob
More information about the llvm-commits
mailing list