Displaying 3 results from an estimated 3 matches for "_grouping".
Did you mean:
grouping
2018 Nov 10
3
[RFC] Tablegen-erated GlobalISel Combine Rules
...ectively.
>
> To sum up, I really like the proposal overall, except I think it would be a **major** improvement to use DAGs for expressing the MIR, and sure, there's the odd detail here and there like about GIMacro.
>
> Cheers,
> Nicolai
Thanks for all your comments!
>> _Grouping and Ordering Rules_
>> Combine rules are ordered and grouped using definitions of the form:
>> def trivial_combines : GICombineGroup<[copy_prop]>;
>> def combines_for_extload: GICombineGroup<[extending_loads]>;
>> def all_combines : GICombineGroup<...
2018 Nov 09
5
[RFC] Tablegen-erated GlobalISel Combine Rules
Hi All,
I've been working on the GlobalISel combiner recently and I'd like to share the plan for how Combine Rules will be defined in GlobalISel and solicit feedback on it.
This email ended up rather long so:
TL;DR: We're planning to define GlobalISel Combine Rules using MIR syntax with a few bits glued on to interface with the algorithm and escape into C++ when we need to.
2018 Nov 12
3
[RFC] Tablegen-erated GlobalISel Combine Rules
...y like the proposal overall, except I think it would be a **major** improvement to use DAGs for expressing the MIR, and sure, there's the odd detail here and there like about GIMacro.
>>>
>>> Cheers,
>>> Nicolai
>> Thanks for all your comments!
>>>> _Grouping and Ordering Rules_
>>>> Combine rules are ordered and grouped using definitions of the form:
>>>> def trivial_combines : GICombineGroup<[copy_prop]>;
>>>> def combines_for_extload: GICombineGroup<[extending_loads]>;
>>>> def a...