search for: mcinstvariant

Displaying 2 results from an estimated 2 matches for "mcinstvariant".

2018 May 11
0
[RFC] MC support for variant scheduling classes.
...n we let tablegen generate code for us. If for some reason, a user doesn't want to use this approach, then they can still provide their own implementation for variant 2. (i.e. the version of `isGPRZero` that takes a MCInst as input). We can then introduce a new MCPredicate as follows: ``` // MCInstVariant and MachineInstVariant are both function names. // // MCinstVariant is the function to call if we want to check properties on MCInst. // MachineInstrVariant is the function to call if we want to check properties on MachineInstr. CheckFunction<string MCInstVariant, string MachineInstrVariant>...
2018 May 10
2
[RFC] MC support for variant scheduling classes.
On 10 May 2018 at 21:58, Andrew Trick <atrick at apple.com> wrote: > Fantastic writeup! It’s great to see so much progress on fundamental > infrastructure. > > My time for LLVM code review is extremely limited. Can someone work with > Andrea to get these patches in? Hi Andrew, Same here, but this has been a long goal for me, too, so I'll do my best. -- cheers,