Tom Stellard
2014-Jun-25 15:24 UTC
[LLVMdev] Why is the Pattern field of TableGen's Instruction class a list?
Hi, This is something I've always wondered. The Pattern field of the Instruction class in Target.td is defined as a list<dag>. Why is this a list? Are there any examples of targets initializing this field to a list with more than one item? Thanks, Tom