search for: somethingwehaventthoughtofyet

Displaying 3 results from an estimated 3 matches for "somethingwehaventthoughtofyet".

2018 Nov 28
3
[RFC] Tablegen-erated GlobalISel Combine Rules
...oked with '(InstructionDef op1, op2, op3)' so we can analyze the structure of the DAG and decide how best to match it. We have room for different kinds of code blocks using '[{ ... some code ... }]' and choose what they mean. We can also have other kinds of matching invoked by '(SomethingWeHaventThoughtOfYet ...)' which tblgen can distinguish from instruction matching by checking the base class of the 'SomethingWeHaventThoughtOfYet' def. > > We have lots of extension points we can use to address things beyond match/apply. What kind of things do you want to consider? > > Another...
2018 Nov 26
2
[RFC] Tablegen-erated GlobalISel Combine Rules
Hi Daniel, Thanks for the reply! Le lun. 26 nov. 2018 à 10:00, Daniel Sanders <daniel_l_sanders at apple.com> a écrit : > > Hi Quentin, > > Sorry for the slow reply. > > > On Nov 16, 2018, at 09:25, Quentin Colombet <quentin.colombet at gmail.com> wrote: > > > > Hi Daniel, > > > > I finally read the proposal. > > > > I have a
2018 Nov 28
2
[RFC] Tablegen-erated GlobalISel Combine Rules
...ructionDef op1, op2, op3)' so we can analyze the structure of the DAG > and decide how best to match it. We have room for different kinds of code > blocks using '[{ ... some code ... }]' and choose what they mean. We can > also have other kinds of matching invoked by > '(SomethingWeHaventThoughtOfYet ...)' which tblgen can distinguish from > instruction matching by checking the base class of the > 'SomethingWeHaventThoughtOfYet' def. > > We have lots of extension points we can use to address things beyond > match/apply. What kind of things do you want to consider? &gt...