[llvm-commits] [PATCH] TableGen backend support to express relations between instruction

Jakob Stoklund Olesen stoklund at 2pi.dk
Mon Oct 1 12:35:22 PDT 2012


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