Displaying 2 results from an estimated 2 matches for "d46697".
Did you mean:
d46698
2018 May 10
0
[RFC] MC support for variant scheduling classes.
...t; resolveVariantSchedClass().
>
> The last patch of the sequence will teach llvm-mca how to use method
> `resolveVariantSchedClass()` to resolve variant classes. llvm-mca will generate an error if the variant scheduling class cannot be resolved.
>
> Review https://reviews.llvm.org/D46697 <https://reviews.llvm.org/D46697> is the union of patch1 and patch2 only.
> It is not meant to be reviewed at this stage, since it contains the code
> changes related to patch1.
>
> The third patch is available here: https://reviews.llvm.org/D46698 <https://reviews.llvm.org/D4...
2018 May 10
2
[RFC] MC support for variant scheduling classes.
...tter how to generate method
resolveVariantSchedClass().
The last patch of the sequence will teach llvm-mca how to use method
`resolveVariantSchedClass()` to resolve variant classes. llvm-mca will
generate an error if the variant scheduling class cannot be resolved.
Review https://reviews.llvm.org/D46697 is the union of patch1 and patch2
only.
It is not meant to be reviewed at this stage, since it contains the code
changes related to patch1.
The third patch is available here: https://reviews.llvm.org/D46698.
D46698 requires patch1 and patch2.
Bonus (optional) patches:
1) [X86] Teach scheduling m...